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 468c97c commit e2f2eccCopy full SHA for e2f2ecc
.github/workflows/ui-tests.yml
@@ -79,7 +79,7 @@ jobs:
79
Library-
80
- uses: buildalon/unity-setup@v1
81
with:
82
- unity-version: 2021.3.26f1
+ unity-version: 2021.3.26f1(a16dc32e0ff2)
83
build-targets: StandaloneOSX
84
modules: mac-server
85
@@ -88,6 +88,7 @@ jobs:
88
echo "UNITY_EDITORS: '${{ env.UNITY_EDITORS }}'"
89
echo "UNITY_EDITOR_PATH: '${{ env.UNITY_EDITOR_PATH }}'"
90
echo "UNITY_PROJECT_PATH: '${{ env.UNITY_PROJECT_PATH }}'"
91
+ ${{ env.UNITY_EDITOR_PATH }} -quit -batchmode -projectPath ${{ env.UNITY_PROJECT_PATH }} -executeMethod MacBuilder.BuildForAltTester
92
# build:
93
# name: Build sample game for AltTester 🛠️
94
# runs-on: macos-15
0 commit comments