Skip to content

Commit ad9dc25

Browse files
committed
Enable Godot's self-contained mode for tests
1 parent ed2a9e5 commit ad9dc25

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
curl --location $GODOT_RELEASE_URL --output godot.zip
2121
unzip godot.zip
2222
mv Godot_* godot
23+
touch _sc_
2324
env:
2425
GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_linux_headless.64.zip
2526
- name: Build and test
@@ -43,6 +44,7 @@ jobs:
4344
curl --location $GODOT_RELEASE_URL --output godot.zip
4445
unzip godot.zip
4546
mv Godot_*.exe godot.exe
47+
touch _sc_
4648
env:
4749
GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_win64.exe.zip
4850
- name: Build and test

0 commit comments

Comments
 (0)