Skip to content

Commit

Permalink
Revert "CI: updating nunit-reporter"
Browse files Browse the repository at this point in the history
This reverts commit 39ae10b.
  • Loading branch information
James-Frowen committed Dec 26, 2023
1 parent 39ae10b commit f9b08ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ 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 @@ -57,10 +56,9 @@ jobs:
path: Tests

- name: Publish test results
uses: MirageNet/nunit-reporter@v1.1.1
uses: MirageNet/nunit-reporter@v1.0.11
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 f9b08ee

Please sign in to comment.