Skip to content

Commit

Permalink
Add workflow test reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriySvyryd committed Aug 9, 2022
1 parent e83fbbc commit 64262b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/TestCosmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ jobs:
- name: Test on Cosmos
run: test.cmd /p:Projects=${{ github.workspace }}\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj
shell: cmd

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
xunit_files: "artifacts/TestResults/**/*.xml"

0 comments on commit 64262b9

Please sign in to comment.