There was an error while loading. Please reload this page.
1 parent 73757e3 commit 306774bCopy full SHA for 306774b
.github/workflows/ci.yml
@@ -172,7 +172,7 @@ jobs:
172
./godot-artifacts/godot.linuxbsd.editor.x86_64.mono --headless --version
173
cd test
174
# Need to run the editor so .godot is generated... but it crashes! Ignore that :-)
175
- (cd project && (../../godot-artifacts/godot.linuxbsd.editor.x86_64.mono --editor --headless --quit >/dev/null 2>&1 || true))
+ (cd project && (timeout 10 ../../godot-artifacts/godot.linuxbsd.editor.x86_64.mono --editor --headless --quit >/dev/null 2>&1 || true))
176
GODOT=../godot-artifacts/godot.linuxbsd.editor.x86_64.mono ./run-tests.sh
177
178
- name: Upload artifact
0 commit comments