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: |