diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c0253ab..7ba87dc 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,6 +7,8 @@ jobs: container: image: docker:dind steps: + - name: ps + run: ps - name: Installing necessary packages run: apk add nodejs git curl bash - name: Check out repository code