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