-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update unittests.yml and gitignore for .godot
- Loading branch information
1 parent
93bd2ad
commit 6f10759
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,13 +46,15 @@ jobs: | |
version: 4.2.1 | ||
mono: false | ||
|
||
# This shouldn't be needed because the important files from .godot are | ||
# included, but we run the import process just in case. | ||
- name: Run Godot import | ||
run: | | ||
godot --headless --editor ./addons/gut/.cli_support/__rebuilder_scene.tscn | ||
godot --headless --editor --quit-after 100 | ||
- name: Run unittests | ||
run: | | ||
godot -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.