File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ jobs:
171171 chmod +x ./godot-artifacts/godot.linuxbsd.editor.x86_64.mono
172172 ./godot-artifacts/godot.linuxbsd.editor.x86_64.mono --headless --version
173173 cd test
174- # Need to run the editor twice so .godot is generated... but it crashes! Ignore that :-)
175- (cd project && (../../godot-artifacts/godot.linuxbsd.editor.x86_64.mono --editor --headless --quit-after 100 >/dev/null 2>&1 || true))
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))
176176 GODOT=../godot-artifacts/godot.linuxbsd.editor.x86_64.mono ./run-tests.sh
177177
178178 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments