Skip to content

Commit

Permalink
maven.yml: continue steps on build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ibanFR committed Sep 23, 2024
1 parent dde84e4 commit 48c849e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify --file pom.xml
continue-on-error: true
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 48c849e

Please sign in to comment.