Skip to content

Commit 046c155

Browse files
env before run
Co-authored-by: Gabriel Fleischer <gabriel.fleischer@sonarsource.com>
1 parent 042fdfb commit 046c155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)