Skip to content

Commit

Permalink
Ensure android is built when new images are requested. Revert test.ym…
Browse files Browse the repository at this point in the history
…l to use unity-builder main
  • Loading branch information
AndrewKahr committed Oct 28, 2023
1 parent 1dd33a4 commit 4481243
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
matrix:
targetPlatform:
- base
- android
# - windows-il2cpp
# - universal-windows-platform
# - appletv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- windows-il2cpp
- universal-windows-platform
- appletv
- android
# - lumin # TODO: Determine if we can build for lumin. Requires 3rd party SDK with several versions

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ jobs:
# Only run if not a PR as we need access to secrets
if: github.base_ref == ''
timeout-minutes: 15
uses: game-ci/unity-builder@feature/windows-upgrades
uses: game-ci/unity-builder@main
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
Expand Down

0 comments on commit 4481243

Please sign in to comment.