mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-31 02:32:53 +08:00
Update gameci.yml
This commit is contained in:
parent
7e8aa3f5f1
commit
bf19bc1102
8
.github/workflows/gameci.yml
vendored
8
.github/workflows/gameci.yml
vendored
@ -68,14 +68,6 @@ jobs:
|
|||||||
coverageOptions: generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+nadena.dev.*
|
coverageOptions: generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+nadena.dev.*
|
||||||
customParameters: -nographics -assemblyNames Tests
|
customParameters: -nographics -assemblyNames Tests
|
||||||
|
|
||||||
- name: Test Report
|
|
||||||
uses: dorny/test-reporter@v1
|
|
||||||
if: failure() # 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
|
- uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user