We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a295f commit bbd0795Copy full SHA for bbd0795
.github/workflows/ui-tests.yml
@@ -32,12 +32,13 @@ jobs:
32
UNITY_PASSWORD: ${{ secrets.UNITY_PERSONAL_PASSWORD }}
33
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
34
with:
35
+ unityVersion: 2020.3.15f2
36
targetPlatform: StandaloneOSX
37
projectPath: sample
38
buildMethod: MacBuilder.Build
39
customParameters: -quit -batchmode
-# cacheUnityInstallationOnMac: true
40
-# allowDirtyBuild: true
+ cacheUnityInstallationOnMac: true
41
+ allowDirtyBuild: true
42
- name: Open application
43
working-directory: sample/Builds/MacOS
44
run: |
0 commit comments