diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 7f48542..839d5d7 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -11,6 +11,4 @@ jobs: uses: actions/checkout@v6 - name: Run tests - run: | - chmod +x ./run-tests.sh - ./run-tests.sh + run: ./run-tests.sh