Skip to content

Commit ab5e5bd

Browse files
committed
test
1 parent f823ff4 commit ab5e5bd

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,29 @@ jobs:
2121
steps:
2222
- name: checkout
2323
uses: actions/checkout@v4
24+
2425
- name: Use node 24
2526
uses: actions/setup-node@v6
2627
with:
2728
node-version: 24
2829
cache: yarn
29-
- name: Install dependencies
30-
run: yarn --immutable
30+
3131
- name: Use latest stable Xcode
3232
uses: maxim-lobanov/setup-xcode@v1
3333
with:
3434
xcode-version: '16.1'
35+
36+
- name: Install dependencies
37+
run: yarn --immutable
38+
3539
- name: Install pods
3640
working-directory: ${{ env.WORKING_DIRECTORY }}/ios
3741
run: pod install
42+
3843
- name: Build for iOS
3944
working-directory: ${{ env.WORKING_DIRECTORY }}
4045
run: detox build --c ios.sim.release
46+
4147
- name: Run tests on iOS
4248
working-directory: ${{ env.WORKING_DIRECTORY }}
4349
run: detox test --c ios.sim.release

0 commit comments

Comments
 (0)