Skip to content

Commit

Permalink
Upload test results
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriySvyryd committed Aug 9, 2022
1 parent 64262b9 commit 88231cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/TestCosmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
shell: cmd

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

0 comments on commit 88231cb

Please sign in to comment.