Skip to content

Commit b6e782f

Browse files
committed
chore: scope
1 parent 6af279c commit b6e782f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/e2e-test.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,29 @@ on:
99
- '**'
1010

1111
jobs:
12-
setup:
13-
uses: ./.github/workflows/reusable_setup.yml
14-
secrets:
15-
THE_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
16-
1712
ios:
1813
if: true
19-
needs: 'setup'
2014
runs-on: macos-latest
2115
steps:
2216
- uses: actions/checkout@v4
2317
env:
2418
GITHUB_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
19+
- name: Install Node.js
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: 20
2523
- run: |
24+
npm i
2625
npm run build
2726
- run: |
2827
curl -Ls "https://get.maestro.mobile.dev" | bash
2928
export PATH="$PATH":"$HOME/.maestro/bin"
3029
brew tap facebook/fb
3130
brew install facebook/fb/idb-companion
3231
./e2e/scripts/RuniOSTest.sh
32+
3333
android:
3434
if: false
35-
needs: 'setup'
3635
runs-on: macos-14
3736
steps:
3837
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)