Skip to content

Commit e2f2ecc

Browse files
committed
chore: build
1 parent 468c97c commit e2f2ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
Library-
8080
- uses: buildalon/unity-setup@v1
8181
with:
82-
unity-version: 2021.3.26f1
82+
unity-version: 2021.3.26f1(a16dc32e0ff2)
8383
build-targets: StandaloneOSX
8484
modules: mac-server
8585

@@ -88,6 +88,7 @@ jobs:
8888
echo "UNITY_EDITORS: '${{ env.UNITY_EDITORS }}'"
8989
echo "UNITY_EDITOR_PATH: '${{ env.UNITY_EDITOR_PATH }}'"
9090
echo "UNITY_PROJECT_PATH: '${{ env.UNITY_PROJECT_PATH }}'"
91+
${{ env.UNITY_EDITOR_PATH }} -quit -batchmode -projectPath ${{ env.UNITY_PROJECT_PATH }} -executeMethod MacBuilder.BuildForAltTester
9192
# build:
9293
# name: Build sample game for AltTester 🛠️
9394
# runs-on: macos-15

0 commit comments

Comments
 (0)