Skip to content

Commit

Permalink
Add Godot import cmd to unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker authored May 4, 2024
1 parent d7568c3 commit 034c421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
# Pre-release label is optional.
version: 4.2.1

- name: Run Godot import
run: |
godot --headless --editor addons gut .cli_support __rebuilder_scene.tscn
- name: Run unittests
run: |
godot -s res://addons/gut/gut_cmdln.gd --headless -gdir res://unittests -gexit
Expand Down

0 comments on commit 034c421

Please sign in to comment.