diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f95e4cd..87000b3 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -16,4 +16,4 @@ jobs: options: --cpus 1 steps: - name: Test fuzzy controller - run: bash gradlew test \ No newline at end of file + run: bash ./gradlew test \ No newline at end of file