File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 9
9
- ' **'
10
10
11
11
jobs :
12
- setup :
13
- uses : ./.github/workflows/reusable_setup.yml
14
- secrets :
15
- THE_GH_RELEASE_TOKEN : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
16
-
17
12
ios :
18
13
if : true
19
- needs : ' setup'
20
14
runs-on : macos-latest
21
15
steps :
22
16
- uses : actions/checkout@v4
23
17
env :
24
18
GITHUB_TOKEN : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
19
+ - name : Install Node.js
20
+ uses : actions/setup-node@v4
21
+ with :
22
+ node-version : 20
25
23
- run : |
24
+ npm i
26
25
npm run build
27
26
- run : |
28
27
curl -Ls "https://get.maestro.mobile.dev" | bash
29
28
export PATH="$PATH":"$HOME/.maestro/bin"
30
29
brew tap facebook/fb
31
30
brew install facebook/fb/idb-companion
32
31
./e2e/scripts/RuniOSTest.sh
32
+
33
33
android :
34
34
if : false
35
- needs : ' setup'
36
35
runs-on : macos-14
37
36
steps :
38
37
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments