We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea905d commit f8d6f3dCopy full SHA for f8d6f3d
.github/workflows/test.yml
@@ -27,6 +27,8 @@ jobs:
27
28
- uses: ./.github/actions/setup
29
30
- - run: ./gradlew clean test jacocoTestReport lint --continue --console=plain --max-workers=1 --no-daemon --debug
+ - run: java -version
31
+
32
+ - run: ./gradlew clean test jacocoTestReport lint --continue --console=plain --max-workers=1 --no-daemon --info
33
34
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # [email protected]
0 commit comments