Skip to content

Commit 191fc77

Browse files
committed
Force bash on win
1 parent f5a06cc commit 191fc77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: ./mvnw -B clean package -P run-integration-tests
4949

5050
- name: Check for uncommited changes
51+
shell: bash
5152
run: |
5253
if [[ "$(git status --porcelain)" != "" ]]; then
5354
echo ----------------------------------------

0 commit comments

Comments
 (0)