Skip to content

Commit 3b7ad55

Browse files
committed
Add continue on error for checkstyle
1 parent 4c90881 commit 3b7ad55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name: JAVA TD 5 - Tests runners
55
on:
66
push:
77
branches:
8-
- test-xi
98
- dev-qa
109
jobs:
1110
run-test:
@@ -34,4 +33,5 @@ jobs:
3433
key: maven-${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3534
restore-keys: ${{ runner.os }}-m2
3635
- name: Run QA Checkstyle
36+
if: success() || failure()
3737
run: mvn -B checkstyle:check --file pom.xml

0 commit comments

Comments
 (0)