Skip to content

Commit 9a8b533

Browse files
committed
chore: try ios
1 parent 071f563 commit 9a8b533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
ios:
13-
if: false
13+
if: true
1414
runs-on: macos-latest
1515
steps:
1616
- uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
2323
brew install facebook/fb/idb-companion
2424
./e2e/scripts/RuniOSTest.sh
2525
android:
26-
if: true
26+
if: false
2727
runs-on: macos-14
2828
steps:
2929
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)