Skip to content

Commit d8f3fd0

Browse files
typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 378d139 commit d8f3fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
env:
9595
GITHUB_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
9696
ARTIFACTORY_ACCESS_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).ARTIFACTORY_ACCESS_TOKEN }}
97-
shell: bash # Set explicitely to have it on Windows too.
97+
shell: bash # Set explicitly so Bash is used on Windows runners too.
9898
run: |
9999
cd "its/${SUITE}"
100100
mvn verify "-Pit-${SUITE}" "-Dsonar.runtimeVersion=${SQ_VERSION}" -Dmaven.test.redirectTestOutputToFile=false -B -e -V

0 commit comments

Comments
 (0)