Skip to content

Commit 6c03d25

Browse files
committed
Update paths in UT_Settings.json for consistency and remove unnecessary whitespace in build.yml
1 parent 0a919b8 commit 6c03d25

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ jobs:
8787
- name: Move 4DSetup work directory to UnitTests project Work directory
8888
run: |
8989
mv ${{ github.workspace }}/.github/actions/setup4d-action/work/ ${{ github.workspace }}/${{ github.event.repository.name }}_UnitTests/Work/
90-
91-
92-
9390
9491
- name: 🏗️ Build ${{ github.event.repository.name }}_UnitTests
9592
uses: ./.github/actions/build4d-action

Build4D_UnitTests/Settings/UT_Settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"invalid_licenseServer":"/PACKAGE/Settings/invalid_4DSRV20x.license4D",
99
"invalid_xmlKeyLicense":"/PACKAGE/Settings/invalid_4DOEM20x.license4D",
1010

11-
"macVolumeDesktop":"../Work/4D Volume Desktop/4D Volume Desktop.app/",
12-
"winVolumeDesktop":"../Work/4D Volume Desktop/4D Volume Desktop.exe",
11+
"macVolumeDesktop":"/PACKAGE/Work/4D Volume Desktop/4D Volume Desktop.app/",
12+
"winVolumeDesktop":"/PACKAGE/Work/4D Volume Desktop/4D Volume Desktop.exe",
1313
"invalid_macVolumeDesktop":"/Applications/4D v0.0/4D Volume Desktop.app/",
1414
"invalid_winVolumeDesktop":"C:/Program Files/4D/4D v0.0/4D Volume Desktop/",
1515

16-
"macServer":"../Work/4D Server/4D Server.app/",
17-
"winServer":"../Work/4D Server/4D Server.exe",
16+
"macServer":"/PACKAGE/Work/4D Server/4D Server.app/",
17+
"winServer":"/PACKAGE/Work/4D Server/4D Server.exe",
1818
"invalid_macServer":"/Applications/4D v0.0/4D Server.app/",
1919
"invalid_winServer":"C:/Program Files/4D/4D v0.0/4D Server/",
2020

0 commit comments

Comments
 (0)