Skip to content

Commit

Permalink
Downgraded Publish unit test results version to see if that eliminate…
Browse files Browse the repository at this point in the history
…s an error.
  • Loading branch information
Rory Barnes committed Oct 20, 2023
1 parent 18a143a commit 0266ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "::set-output name=id::$JOB_ID"
- name: Publish unit test results
uses: EnricoMi/publish-unit-test-result-action@v2
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
with:
files: junit/test-*.xml
Expand Down

0 comments on commit 0266ff4

Please sign in to comment.