Skip to content

Commit

Permalink
CI: updating nunit-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Dec 26, 2023
1 parent f386feb commit 39ae10b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
key: ${{ inputs.cache_key }}

- name: Run editor Tests
id: editor_tests
run: unity-editor -nographics -logFile /dev/stdout -runTests -testPlatform editmode -testResults Tests/editmode-results.xml -enableCodeCoverage -coverageResultsPath Tests -debugCodeOptimization
timeout-minutes: 20

Expand All @@ -56,9 +57,10 @@ jobs:
path: Tests

- name: Publish test results
uses: MirageNet/nunit-reporter@v1.0.11
uses: MirageNet/nunit-reporter@v1.1.1
if: always()
with:
reportTitle: ${{ inputs.test_results_name }}
path: "Tests/*.xml"
access-token: ${{ secrets.access_token }}
failed: ${{ steps.editor_tests.outcome == 'failure' }}

0 comments on commit 39ae10b

Please sign in to comment.