Skip to content

Commit

Permalink
Fix directory of test results
Browse files Browse the repository at this point in the history
  • Loading branch information
REPLicated committed May 17, 2024
1 parent 7fa9c03 commit bca4f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
if: always()
with:
name: JUnit Tests
path: build/reports/tests/**
path: build/test-results/**/*.xml
reporter: java-junit
fail-on-error: true

0 comments on commit bca4f68

Please sign in to comment.