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 b4bf0e6 commit 182eb75Copy full SHA for 182eb75
.github/workflows/run-experiments-apache-solr.yml
@@ -11,8 +11,8 @@ permissions:
11
env:
12
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
13
GIT_REPO: "https://github.com/apache/solr"
14
- TASKS: "check integrationTests -Ptests.seed=3466BEBDD5AA01A0 -Pvalidation.git.failOnModified=false -Ptests.haltonfailure=false -Ptests.neverUpToDate=false"
15
- ARGS: "-x validateJarChecksums"
+ TASKS: "check integrationTests"
+ ARGS: "-x validateJarChecksums -Ptests.seed=3466BEBDD5AA01A0 -Pvalidation.git.failOnModified=false -Ptests.haltonfailure=false -Ptests.neverUpToDate=false"
16
17
jobs:
18
Experiment:
0 commit comments