Skip to content

Commit

Permalink
Add failure condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jun 19, 2021
1 parent 4210537 commit de270c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
- name: Build project
run: ./mvnw -s .mvn/nossl.settings.xml verify -Pintegration -Pjava${{ matrix.java }}
- uses: actions/upload-artifact@v2
if: failure()
with:
name: dist-without-markdown
path: byte-buddy/byte-buddy-dep/target/surefire-reports
Expand Down

0 comments on commit de270c4

Please sign in to comment.