diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 3e5ce09..1824379 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -15,12 +15,8 @@ jobs: - my_docker_volume:/volume_mount options: --cpus 1 steps: - - name: Checkout - uses: actions/checkout@v4 - with: - ref: master - - name: Test fuzzy controller - run: | + - uses: actions/checkout@v4 + - run: | ls -la chmod +x ./gradlew ./gradlew test \ No newline at end of file