Skip to content

Commit

Permalink
Publish test result (#44)
Browse files Browse the repository at this point in the history
* Publish test result

* Publish test result

* Publish test result

* Publish test result

* Publish test result
  • Loading branch information
ajami1331 authored Sep 28, 2024
1 parent e32c1e3 commit db744f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
branches: [ "main" ]

permissions:
checks: write
pull-requests: write

jobs:

integration-tests:
Expand All @@ -18,10 +22,10 @@ jobs:
with:
dotnet-version: '8.x'
- name: Run integration tests
run: dotnet test --logger:"trx;LogFileName=\test-results\TestResults.xml"
run: dotnet test --logger:"trx;LogFileName=..\..\test-results\TestResults.xml"
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
\test-results\TestResults.xml
test-results/**/*.xml

0 comments on commit db744f4

Please sign in to comment.