Skip to content

Commit

Permalink
invert check
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Jan 21, 2025
1 parent 3ec9da4 commit 971dacf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,9 @@ jobs:
if: ${{ matrix.platform == 'Android' }}
# Skipping Android on Unity 2022 for now
run: |
if (${{ matrix.unity-version == '2022' }}) {
Write-Host "Skipping Android smoke test for Unity 2022"
return
if (${{ matrix.unity-version != '2022' }}) {
./scripts/smoke-test-android.ps1 Build -IsIntegrationTest -UnityVersion "${{ matrix.unity-version }}"
}
./scripts/smoke-test-android.ps1 Build -IsIntegrationTest -UnityVersion "${{ matrix.unity-version }}"
timeout-minutes: 10
env:
JAVA_HOME: ${{ env.JAVA_HOME }}
Expand Down

0 comments on commit 971dacf

Please sign in to comment.