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 378d139 commit d8f3fd0Copy full SHA for d8f3fd0
.github/workflows/build.yml
@@ -94,7 +94,7 @@ jobs:
94
env:
95
GITHUB_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
96
ARTIFACTORY_ACCESS_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).ARTIFACTORY_ACCESS_TOKEN }}
97
- shell: bash # Set explicitely to have it on Windows too.
+ shell: bash # Set explicitly so Bash is used on Windows runners too.
98
run: |
99
cd "its/${SUITE}"
100
mvn verify "-Pit-${SUITE}" "-Dsonar.runtimeVersion=${SQ_VERSION}" -Dmaven.test.redirectTestOutputToFile=false -B -e -V
0 commit comments