Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed Sep 25, 2024
1 parent dd835a9 commit 4d1b4eb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,19 +213,12 @@ jobs:
- name: 📝 Run Glecs tests
id: run-godot-tests
shell: bash
run: godot --headless --script unittests.gd
run: godot --script unittests.gd --headless --verbose

- name: 📄 Debug print when tests error
shell: bash
if: failure() && steps.run-godot-tests.outcome != 'success'
run: |
echo ""
echo "***"
echo "GODOT LOG"
echo "***"
echo ""
printf "$(cat logs/godot.log)\n"
echo ""
echo "***"
echo "LS"
Expand Down

0 comments on commit 4d1b4eb

Please sign in to comment.