From b8f336689fabe0fffaccfa94ae92fa5791a6217f Mon Sep 17 00:00:00 2001 From: bd_ Date: Tue, 3 Oct 2023 19:26:00 +0900 Subject: [PATCH] Update gameci.yml --- .github/workflows/gameci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gameci.yml b/.github/workflows/gameci.yml index 91d96760..cc86f8b6 100644 --- a/.github/workflows/gameci.yml +++ b/.github/workflows/gameci.yml @@ -70,7 +70,7 @@ jobs: - name: Test Report uses: dorny/test-reporter@v1 - if: always() # run this step even if previous step failed + if: failure() with: name: NUnit Tests # Name of the check run which will be created path: ${{ steps.gameci.outputs.artifactsPath }}/*.xml # Path to test results