We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f71ed commit c7a5da9Copy full SHA for c7a5da9
.github/workflows/test.yaml
@@ -29,7 +29,7 @@ jobs:
29
cli: 1.12.0.1530
30
31
- name: Run tests
32
- run: ./gradlew test
+ run: ./gradlew test --debug
33
34
- name: Publish Test Report
35
uses: mikepenz/action-junit-report@v5
0 commit comments