mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-31 02:32:53 +08:00
Update gameci.yml - enable prettyprint of test results
This commit is contained in:
parent
c454bc1ed8
commit
02ea485c08
8
.github/workflows/gameci.yml
vendored
8
.github/workflows/gameci.yml
vendored
@ -68,6 +68,14 @@ jobs:
|
||||
coverageOptions: generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+nadena.dev.*
|
||||
customParameters: -nographics -assemblyNames Tests
|
||||
|
||||
- name: Test Report
|
||||
uses: dorny/test-reporter@v1
|
||||
if: always() # run this step even if previous step failed
|
||||
with:
|
||||
name: NUnit Tests # Name of the check run which will be created
|
||||
path: ${{ steps.gameci.outputs.artifactsPath }}/*.xml # Path to test results
|
||||
reporter: dotnet-trx # Format of test results
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user