Skip to content

Commit

Permalink
Fix unittests.yml running cmd godot4 instead of just godot
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker authored May 4, 2024
1 parent 3d0b490 commit d7568c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Run unittests
run: |
godot4 -s res://addons/gut/gut_cmdln.gd --headless -gdir res://unittests -gexit
godot -s res://addons/gut/gut_cmdln.gd --headless -gdir res://unittests -gexit
# - uses: croconut/[email protected]
Expand Down

0 comments on commit d7568c3

Please sign in to comment.