NS-21: import Godot project in CI before running GdUnit

pull/26/head
VinPropane 2026-04-06 22:08:48 -04:00
parent 8113e48cc8
commit 055f299e5f
1 changed files with 4 additions and 0 deletions

View File

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