Skip to content

Commit

Permalink
Update action-surefire-report to fix processing large report files
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored and findepi committed Mar 10, 2023
1 parent 350a361 commit 682b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/annotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
(cd "$name" && unzip ../"$archive")
done
# Process unit and integration test reports
- uses: scacap/[email protected].0
- uses: scacap/[email protected].2
with:
# this workflow should never fail, as it is not a quality gateway
fail_if_no_tests: false
Expand Down

0 comments on commit 682b4ef

Please sign in to comment.