Skip to content

Commit

Permalink
Update buildtest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasNorlinder authored Jun 14, 2024
1 parent 4cf53bb commit 58b03b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
run: rm -f target/failsafe-reports/failsafe-summary.xml

- name: Upload test results
- uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: test-results
path: target/surefire-reports/*.xml
path: target/surefire-reports/*.xml

0 comments on commit 58b03b9

Please sign in to comment.