diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index fe70425..1c19ffb 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,10 +5,12 @@ on: [pull_request] jobs: unit-test: container: - image: docker:dind + image: docker services: - docker:dind steps: + - name: ps + run: ps - name: Installing necessary packages run: apk add npm git curl bash - name: Check out repository code