Skip to content

Commit 417ae7f

Browse files
committed
Fix gradle command in debug-flaky-tests workflow
1 parent 1f261fd commit 417ae7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug-flaky-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cache-read-only: ${{ github.event_name == 'pull_request' }}
5151
- name: Gradle test
5252
run: >
53-
./gradlew --no-build-cache
53+
./gradlew test --no-build-cache
5454
"-PtestJavaVersion=${{ matrix.test-java-version }}"
5555
"-Porg.gradle.java.installations.paths=${{ steps.setup-java-test.outputs.path }}"
5656
"-Porg.gradle.java.installations.auto-download=false"

0 commit comments

Comments
 (0)