Skip to content

Commit 182eb75

Browse files
committed
Move all args to ARGS env for Apache Solr
1 parent b4bf0e6 commit 182eb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-experiments-apache-solr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ permissions:
1111
env:
1212
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
1313
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"
14+
TASKS: "check integrationTests"
15+
ARGS: "-x validateJarChecksums -Ptests.seed=3466BEBDD5AA01A0 -Pvalidation.git.failOnModified=false -Ptests.haltonfailure=false -Ptests.neverUpToDate=false"
1616

1717
jobs:
1818
Experiment:

0 commit comments

Comments
 (0)