Skip to content

Commit

Permalink
feat: add continue-on-error: false
Browse files Browse the repository at this point in the history
  • Loading branch information
barbosamaatheus committed Aug 10, 2024
1 parent 4fe69a7 commit f6c5337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ jobs:
</settings>' > ~/.m2/settings.xml
- name: Build with Maven
run: mvn -B test --file pom.xml
run: mvn -B test --file pom.xml
continue-on-error: false

0 comments on commit f6c5337

Please sign in to comment.