Skip to content

Commit adbf8d4

Browse files
bash on windows
1 parent 671b606 commit adbf8d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
secrets: |
5151
development/github/token/licenses-ro token | GITHUB_TOKEN;
5252
- name: Run ruling tests
53+
shell: bash # Set explicitly so Bash is used on Windows runners too.
5354
run: |
5455
cd its/ruling
5556
mvn package --batch-mode "-Pit-ruling,${{ matrix.profile }}" -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true

0 commit comments

Comments
 (0)