mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 02:35:06 +08:00
Update gameci.yml
This commit is contained in:
parent
02ea485c08
commit
b8f336689f
2
.github/workflows/gameci.yml
vendored
2
.github/workflows/gameci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user