We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f096d commit 0de8872Copy full SHA for 0de8872
1 file changed
.github/workflows/ci.yml
@@ -33,8 +33,7 @@ jobs:
33
run: devbox run build
34
35
run-e2e-ios:
36
- if: ${{ env.RUN_E2E == 'true' }}
37
- continue-on-error: true
+ if: ${{ RUN_E2E == 'true' }}
38
runs-on: ['macos-15' ]
39
env:
40
YARN_ENABLE_HARDENED_MODE: 0
@@ -90,7 +89,7 @@ jobs:
90
89
devbox shell --omit-nix-env --command "devbox run test-ios"
91
92
run-e2e-android:
93
94
continue-on-error: true
95
runs-on: 'ubuntu-22.04'
96
strategy:
0 commit comments