Skip to content

Commit 73757e3

Browse files
committed
Merge pull request #1304 from dsnopek/revert-fix-tests-hack
Revert "Hack adding `--quit-after 100` to ensure extension_list.cfg gets generated"
2 parents adb0cfc + 59392bc commit 73757e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)