We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1670a1a commit 5734a99Copy full SHA for 5734a99
1 file changed
.github/workflows/pr_build_linux.yml
@@ -202,5 +202,6 @@ jobs:
202
with:
203
artifact_name: ${{ matrix.os }}-java-${{ matrix.java_version }}-features-${{ matrix.features.value }}-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
204
features: ${{ matrix.features.value }}
205
+ maven_opts: "-Dtest=none"
206
suites: ${{ matrix.features.suites }}
207
upload-test-reports: true
0 commit comments