Skip to content

Commit

Permalink
build iOS (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes authored Oct 9, 2024
1 parent 4beea1f commit 7df035d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ jobs:
JAVA_HOME: ${{ env.JAVA_HOME }}

- name: iOS smoke test
if: ${{ matrix.platform == 'iOS' && github.ref_name != 'main' }}
if: ${{ matrix.platform == 'iOS' }}
run: ./scripts/smoke-test-ios.ps1 Build -IsIntegrationTest -UnityVersion "${{ matrix.unity-version }}"

- name: Upload Project project on failure
Expand Down

0 comments on commit 7df035d

Please sign in to comment.