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 1f261fd commit 417ae7fCopy full SHA for 417ae7f
.github/workflows/debug-flaky-tests.yml
@@ -50,7 +50,7 @@ jobs:
50
cache-read-only: ${{ github.event_name == 'pull_request' }}
51
- name: Gradle test
52
run: >
53
- ./gradlew --no-build-cache
+ ./gradlew test --no-build-cache
54
"-PtestJavaVersion=${{ matrix.test-java-version }}"
55
"-Porg.gradle.java.installations.paths=${{ steps.setup-java-test.outputs.path }}"
56
"-Porg.gradle.java.installations.auto-download=false"
0 commit comments