Skip to content

Commit

Permalink
Update unittests.yml and gitignore for .godot
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 5, 2024
1 parent 93bd2ad commit 6f10759
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ addons/glecs/.vscode/settings.json

# Ignore some .godot files
.godot/*/
.godot/uid_cache.bin

# Project files
addons/gut/gui/GutSceneTheme.tres
Expand Down
Binary file removed .godot/uid_cache.bin
Binary file not shown.

0 comments on commit 6f10759

Please sign in to comment.