NS-21: import Godot project in CI before running GdUnit
parent
8113e48cc8
commit
055f299e5f
|
|
@ -54,6 +54,10 @@ jobs:
|
||||||
unzip -q /tmp/godot.zip -d ~/godot
|
unzip -q /tmp/godot.zip -d ~/godot
|
||||||
chmod +x ~/godot/Godot_v4.6-stable_linux.x86_64
|
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)
|
- name: GDUnit4 (headless)
|
||||||
working-directory: client
|
working-directory: client
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue