Skip to content

Commit 82f096d

Browse files
committed
disable e2e tests for now
1 parent c02e9fe commit 82f096d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
pull_request:
66
branches: [master, beta]
77
workflow_dispatch:
8+
env:
9+
RUN_E2E: "false"
810
jobs:
911
cancel_previous:
1012
runs-on: ubuntu-latest
@@ -31,6 +33,7 @@ jobs:
3133
run: devbox run build
3234

3335
run-e2e-ios:
36+
if: ${{ env.RUN_E2E == 'true' }}
3437
continue-on-error: true
3538
runs-on: ['macos-15' ]
3639
env:
@@ -87,6 +90,7 @@ jobs:
8790
devbox shell --omit-nix-env --command "devbox run test-ios"
8891
8992
run-e2e-android:
93+
if: ${{ env.RUN_E2E == 'true' }}
9094
continue-on-error: true
9195
runs-on: 'ubuntu-22.04'
9296
strategy:

0 commit comments

Comments
 (0)