Update gameci.yml

This commit is contained in:
bd_ 2023-10-03 19:49:28 +09:00 committed by GitHub
parent 7e8aa3f5f1
commit bf19bc1102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,14 +68,6 @@ jobs:
coverageOptions: generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+nadena.dev.*
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
if: always()
with: