diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 1c19ffb..7c64ca0 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,12 +5,10 @@ on: [pull_request] jobs: unit-test: container: - image: docker - services: - - docker:dind + image: docker:dind steps: - - name: ps - run: ps + - name: Starting docker daemon + run: docker-init -- dockerd --host=unix:///var/run/docker.sock & - name: Installing necessary packages run: apk add npm git curl bash - name: Check out repository code