From 055f299e5f9d32fd34168f2e125515ddc9fb273e Mon Sep 17 00:00:00 2001 From: VinPropane Date: Mon, 6 Apr 2026 22:08:48 -0400 Subject: [PATCH] NS-21: import Godot project in CI before running GdUnit --- .github/workflows/gdscript.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gdscript.yml b/.github/workflows/gdscript.yml index 5795e3b..37c0f92 100644 --- a/.github/workflows/gdscript.yml +++ b/.github/workflows/gdscript.yml @@ -54,6 +54,10 @@ jobs: unzip -q /tmp/godot.zip -d ~/godot chmod +x ~/godot/Godot_v4.6-stable_linux.x86_64 + - name: Import project (.godot) + working-directory: client + run: ~/godot/Godot_v4.6-stable_linux.x86_64 --headless --import --path . --quit-after 10 + - name: GDUnit4 (headless) working-directory: client run: |