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 4beea1f commit 7df035dCopy full SHA for 7df035d
.github/workflows/ci.yml
@@ -571,7 +571,7 @@ jobs:
571
JAVA_HOME: ${{ env.JAVA_HOME }}
572
573
- name: iOS smoke test
574
- if: ${{ matrix.platform == 'iOS' && github.ref_name != 'main' }}
+ if: ${{ matrix.platform == 'iOS' }}
575
run: ./scripts/smoke-test-ios.ps1 Build -IsIntegrationTest -UnityVersion "${{ matrix.unity-version }}"
576
577
- name: Upload Project project on failure
0 commit comments