From bf19bc110249aaf32c17f81772a0d6b7923c801f Mon Sep 17 00:00:00 2001 From: bd_ Date: Tue, 3 Oct 2023 19:49:28 +0900 Subject: [PATCH] Update gameci.yml --- .github/workflows/gameci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/gameci.yml b/.github/workflows/gameci.yml index a9b721f1..e4fb704d 100644 --- a/.github/workflows/gameci.yml +++ b/.github/workflows/gameci.yml @@ -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: