summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2023-11-03 19:37:57 -0500
committerDavid Snopek <dsnopek@gmail.com>2023-11-04 17:24:36 -0500
commit93260e170045604b43d9ec5aeda55e20d7e2ce61 (patch)
treef87aad0e1e22bbe0fc992f17aeff4e518a9d33a1
parente4eee8b12d162d187c07e6088f6b619846b6dbfb (diff)
downloadredot-cpp-93260e170045604b43d9ec5aeda55e20d7e2ce61.tar.gz
Hack adding `--quit-after 100` to ensure extension_list.cfg gets generated
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1f316ff..b1256f7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -171,8 +171,8 @@ jobs:
chmod +x ./godot-artifacts/godot.linuxbsd.editor.x86_64.mono
./godot-artifacts/godot.linuxbsd.editor.x86_64.mono --headless --version
cd test
- # Need to run the editor 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))
+ # 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-after 100 >/dev/null 2>&1 || true))
GODOT=../godot-artifacts/godot.linuxbsd.editor.x86_64.mono ./run-tests.sh
- name: Upload artifact