We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3f3cb5 + 5bad5d6 commit 85172daCopy full SHA for 85172da
.github/workflows/ci.yml
@@ -173,7 +173,7 @@ jobs:
173
./godot-artifacts/godot.linuxbsd.editor.x86_64.mono --headless --version
174
cd test
175
# Need to run the editor so .godot is generated... but it crashes! Ignore that :-)
176
- (cd project && (timeout 10 ../../godot-artifacts/godot.linuxbsd.editor.x86_64.mono --editor --headless --quit >/dev/null 2>&1 || true))
+ (cd project && (timeout 30 ../../godot-artifacts/godot.linuxbsd.editor.x86_64.mono --import --headless >/dev/null 2>&1 || true))
177
GODOT=../godot-artifacts/godot.linuxbsd.editor.x86_64.mono ./run-tests.sh
178
179
- name: Upload artifact
0 commit comments