diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index bda00cf..7dae8e5 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: steps: - run: echo "The workflow is now ready to test your code on the runner." - run: pwd - - run: find . -ls + - run: find . - name: Run tests run: | go test