Skip to content

Commit

Permalink
Merge pull request #1299 from dsnopek/fix-tests
Browse files Browse the repository at this point in the history
Hack adding `--quit-after 100` to ensure `extension_list.cfg` gets generated
  • Loading branch information
dsnopek authored Nov 6, 2023
2 parents e4eee8b + 93260e1 commit 2dfe792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ jobs:
chmod +x ./godot-artifacts/godot.linuxbsd.editor.x86_64.mono
./godot-artifacts/godot.linuxbsd.editor.x86_64.mono --headless --version
cd test
# Need to run the editor so .godot is generated... but it crashes! Ignore that :-)
(cd project && (../../godot-artifacts/godot.linuxbsd.editor.x86_64.mono --editor --headless --quit >/dev/null 2>&1 || true))
# Need to run the editor twice so .godot is generated... but it crashes! Ignore that :-)
(cd project && (../../godot-artifacts/godot.linuxbsd.editor.x86_64.mono --editor --headless --quit-after 100 >/dev/null 2>&1 || true))
GODOT=../godot-artifacts/godot.linuxbsd.editor.x86_64.mono ./run-tests.sh
- name: Upload artifact
Expand Down

0 comments on commit 2dfe792

Please sign in to comment.