Skip to content

Commit

Permalink
fix(ci): make dorny/test-reported updatable by providing actual git t…
Browse files Browse the repository at this point in the history
…ag (no v1 provided)
  • Loading branch information
LeoniePhiline committed Jun 18, 2024
1 parent b7812e3 commit 9d16a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/junit-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: junit.xml
run-id: ${{ github.event.workflow_run.id }}
path: target/nextest/default/
- uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1
- uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
with:
fail-on-error: 'false'
name: 'JUnit report'
Expand Down

0 comments on commit 9d16a07

Please sign in to comment.