Skip to content

Commit bdc63be

Browse files
committed
devbox install after checkout
1 parent 3bcfedc commit bdc63be

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818
YARN_ENABLE_HARDENED_MODE: 0
1919

2020
steps:
21-
- name: Install devbox
22-
uses: jetify-com/devbox-install-action@v0.12.0
23-
with:
24-
enable-cache: 'true'
21+
2522
- name: Setup Xcode
2623
uses: maxim-lobanov/setup-xcode@v1
2724
with:
@@ -33,6 +30,10 @@ jobs:
3330
brew tap wix/brew >/dev/null
3431
brew install applesimutils >/dev/null
3532
- uses: actions/checkout@v4
33+
- name: Install devbox
34+
uses: jetify-com/devbox-install-action@v0.12.0
35+
with:
36+
enable-cache: 'true'
3637
- name: IOS E2E Test
3738
env:
3839
EXCLUDED_ARCHS: "x86_64"
@@ -83,6 +84,11 @@ jobs:
8384
disable-animations: false
8485
script: echo "Generated AVD snapshot for caching."
8586

87+
- name: Install devbox
88+
uses: jetify-com/devbox-install-action@v0.12.0
89+
with:
90+
enable-cache: 'true'
91+
8692
- name: Detox - Test
8793
uses: ReactiveCircus/android-emulator-runner@v2.35.0
8894
with:

0 commit comments

Comments
 (0)