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 f5a06cc commit 191fc77Copy full SHA for 191fc77
.github/workflows/check-build.yml
@@ -48,6 +48,7 @@ jobs:
48
run: ./mvnw -B clean package -P run-integration-tests
49
50
- name: Check for uncommited changes
51
+ shell: bash
52
run: |
53
if [[ "$(git status --porcelain)" != "" ]]; then
54
echo ----------------------------------------
0 commit comments