Skip to content

Commit

Permalink
Bump EnricoMi/publish-unit-test-result-action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsanchez committed Feb 27, 2023
1 parent 1c0e5d5 commit 1eb2d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: dotnet test
run: dotnet test src/ActionsImporter.UnitTests/ActionsImporter.UnitTests.csproj --no-build --no-restore --logger "junit;LogFilePath=unit-tests.xml"
- name: publish test results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: "**/*-tests.xml"
Expand Down

0 comments on commit 1eb2d87

Please sign in to comment.