From 56119c07793404188974c490d9b36c507e5570ef Mon Sep 17 00:00:00 2001 From: bd_ Date: Tue, 3 Oct 2023 19:26:11 +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..a9b721f1 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() # 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