Merge pull request #1299 from dsnopek/fix-tests
Hack adding `--quit-after 100` to ensure `extension_list.cfg` gets generatedpull/1280/head
commit
2dfe7929de
|
@ -171,8 +171,8 @@ jobs:
|
||||||
chmod +x ./godot-artifacts/godot.linuxbsd.editor.x86_64.mono
|
chmod +x ./godot-artifacts/godot.linuxbsd.editor.x86_64.mono
|
||||||
./godot-artifacts/godot.linuxbsd.editor.x86_64.mono --headless --version
|
./godot-artifacts/godot.linuxbsd.editor.x86_64.mono --headless --version
|
||||||
cd test
|
cd test
|
||||||
# Need to run the editor so .godot is generated... but it crashes! Ignore that :-)
|
# 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 >/dev/null 2>&1 || true))
|
(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
|
GODOT=../godot-artifacts/godot.linuxbsd.editor.x86_64.mono ./run-tests.sh
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
Loading…
Reference in New Issue