diff options
author | David Snopek <dsnopek@gmail.com> | 2023-11-07 15:48:25 -0600 |
---|---|---|
committer | David Snopek <dsnopek@gmail.com> | 2023-11-07 15:48:25 -0600 |
commit | 59392bc1faced066a1799e39d77a9a53119855ee (patch) | |
tree | d4e1539e69ed48cfd6454e8332545b959e24bc60 | |
parent | 2dfe7929de31e52258380e414cce6978c1c94344 (diff) | |
download | redot-cpp-59392bc1faced066a1799e39d77a9a53119855ee.tar.gz |
Revert "Hack adding `--quit-after 100` to ensure extension_list.cfg gets generated"
This reverts commit 93260e170045604b43d9ec5aeda55e20d7e2ce61.
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1256f7..1f316ff 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 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)) + # 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)) GODOT=../godot-artifacts/godot.linuxbsd.editor.x86_64.mono ./run-tests.sh - name: Upload artifact |