Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 15, 2024
1 parent 4667335 commit e9f813c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
cp ./addons/glecs/bin/${{ matrix.target }}/release/${{ matrix.glecs_lib }} ./addons/glecs/bin/debug/${{ matrix.glecs_lib }}
- name: 🤖 Run Godot unit tests
id: run-godot-tests
uses: croconut/godot-tester@v5
with:
# required
Expand All @@ -135,6 +136,11 @@ jobs:
# for direct-scene users to check this file if you have issues
result-output-file: "test_results.xml"

- name: 📄 Print test results
if: steps.run-godot-tests.outcome == 'failure'
run: echo "$(cat test_results.xml)"


update_nightly:
needs: run_godot_test_suite

Expand Down

0 comments on commit e9f813c

Please sign in to comment.