diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e5acb4f..fe70425 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -6,6 +6,8 @@ jobs: unit-test: container: image: docker:dind + services: + - docker:dind steps: - name: Installing necessary packages run: apk add npm git curl bash