File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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"
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 :
You can’t perform that action at this time.
0 commit comments