Skip to content

Commit

Permalink
revert failing action
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jan 29, 2024
1 parent 8ac83be commit ac89005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Publish-Nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Publish Test Results
if: ${{ github.ref != 'refs/heads/main' && github.event_name != 'push' && always() }}
uses: EnricoMi/publish-unit-test-result-action@v2.12.0
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: test-results/**/*.trx
comment_mode: off
Expand Down

0 comments on commit ac89005

Please sign in to comment.