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 b280232 commit 1cadf69Copy full SHA for 1cadf69
1 file changed
.github/workflows/test-prs.yml
@@ -114,11 +114,11 @@ jobs:
114
115
- name: Test
116
if: ${{ matrix.test.filter != null }}
117
- run: ./gradlew --info -s ${{ matrix.test.path }} --tests "${{ matrix.test.filter }}" -Ptraining-wheels.gradle-version=${{ env.GRADLE_VERSION }}
+ run: ./gradlew --info -s ${{ matrix.test.path }} --tests "${{ matrix.test.filter }}" "-Ptraining-wheels.gradle-version=${{ env.GRADLE_VERSION }}"
118
119
120
if: ${{ matrix.test.filter == null }}
121
- run: ./gradlew --info -s ${{ matrix.test.path }} -Ptraining-wheels.gradle-version=${{ env.GRADLE_VERSION }}
+ run: ./gradlew --info -s ${{ matrix.test.path }} "-Ptraining-wheels.gradle-version=${{ env.GRADLE_VERSION }}"
122
123
# Always upload test results
124
- name: Merge Test Reports
0 commit comments