Skip to content

Commit b2b1756

Browse files
committed
Try using custom user dir in test project config
1 parent 48c9bc5 commit b2b1756

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,11 @@ jobs:
4747
touch _sc_
4848
env:
4949
GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_win64.exe.zip
50-
- name: Setup wine
51-
run: wineboot
5250
- name: Build and test
5351
run: make test-mingw-windows64
5452
env:
5553
CC: gcc
5654
GODOT_BIN: wine godot.exe
57-
HOME:
5855
APPDATA:
5956

6057
test_osx:

src/tools/project.godot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ config_version=4
55
[application]
66

77
config/name="godot-lua-pluginscript-unittest"
8+
config/use_custom_user_dir=true
9+
config/custom_user_dir_name="testdir"
810

911
[gdnative]
1012

0 commit comments

Comments
 (0)