Skip to content

Commit

Permalink
Save TestResults.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Jan 31, 2021
1 parent ce83554 commit a1477e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@ jobs:
with:
name: Test results
path: ./VContainer/tmp/TestResults.xml
- uses: actions/upload-artifact@v2
if: always()
with:
name: TestResults.xml
path: ./VContainer/tmp/TestResults.xml

0 comments on commit a1477e8

Please sign in to comment.