Skip to content

Commit

Permalink
Publish unit test tesults
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Jan 31, 2021
1 parent ce83554 commit 6dc4e2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ jobs:
with:
name: Test results
path: ./VContainer/tmp/TestResults.xml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.7
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: ./VContainer/tmp/TestResults.xml

0 comments on commit 6dc4e2e

Please sign in to comment.