Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/src/NUnit3TestAdapter-4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsanchez committed Feb 28, 2023
2 parents 78856c3 + fdc5ab0 commit ec0cfcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:

unit-test:
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v2
Expand All @@ -39,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 ec0cfcf

Please sign in to comment.