File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ jobs:
8282 development/github/token/licenses-ro token | GITHUB_TOKEN;
8383 - name : Run ruling tests
8484 shell : bash # Set explicitly so Bash is used on Windows runners too.
85- run : |
86- cd its/ruling
87- mvn package --batch-mode "-Pit-ruling,${{ matrix.profile }}" -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
8885 env :
8986 MAVEN_OPTS : " -Xmx3g"
9087 GITHUB_TOKEN : ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
88+ run : |
89+ cd its/ruling
90+ mvn package --batch-mode "-Pit-ruling,${{ matrix.profile }}" -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
9191
9292 plugin-qa :
9393 strategy :
You can’t perform that action at this time.
0 commit comments