Skip to content

Commit bbd0795

Browse files
committed
chore: change version
1 parent e1a295f commit bbd0795

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ui-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ jobs:
3232
UNITY_PASSWORD: ${{ secrets.UNITY_PERSONAL_PASSWORD }}
3333
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
3434
with:
35+
unityVersion: 2020.3.15f2
3536
targetPlatform: StandaloneOSX
3637
projectPath: sample
3738
buildMethod: MacBuilder.Build
3839
customParameters: -quit -batchmode
39-
# cacheUnityInstallationOnMac: true
40-
# allowDirtyBuild: true
40+
cacheUnityInstallationOnMac: true
41+
allowDirtyBuild: true
4142
- name: Open application
4243
working-directory: sample/Builds/MacOS
4344
run: |

0 commit comments

Comments
 (0)