mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-14 08:57:40 +00:00
chore(deps): update mikepenz/action-junit-report action to v5
This commit is contained in:
parent
e6d786a7d9
commit
08314063ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
||||||
secret: ${{ secrets.BUILDPULSE_SECRET_ACCESS_KEY }}
|
secret: ${{ secrets.BUILDPULSE_SECRET_ACCESS_KEY }}
|
||||||
tags: integration
|
tags: integration
|
||||||
- name: Annotate test results
|
- name: Annotate test results
|
||||||
uses: mikepenz/action-junit-report@v4
|
uses: mikepenz/action-junit-report@v5
|
||||||
if: success() || failure() # always run even if the previous step fails
|
if: success() || failure() # always run even if the previous step fails
|
||||||
with:
|
with:
|
||||||
report_paths: "tmp/test-results/*.xml"
|
report_paths: "tmp/test-results/*.xml"
|
||||||
|
|
Loading…
Reference in a new issue