Skip to content

Commit 0de8872

Browse files
committed
Syntax change
1 parent 82f096d commit 0de8872

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
run: devbox run build
3434

3535
run-e2e-ios:
36-
if: ${{ env.RUN_E2E == 'true' }}
37-
continue-on-error: true
36+
if: ${{ RUN_E2E == 'true' }}
3837
runs-on: ['macos-15' ]
3938
env:
4039
YARN_ENABLE_HARDENED_MODE: 0
@@ -90,7 +89,7 @@ jobs:
9089
devbox shell --omit-nix-env --command "devbox run test-ios"
9190
9291
run-e2e-android:
93-
if: ${{ env.RUN_E2E == 'true' }}
92+
if: ${{ RUN_E2E == 'true' }}
9493
continue-on-error: true
9594
runs-on: 'ubuntu-22.04'
9695
strategy:

0 commit comments

Comments
 (0)