Skip to content

Commit 60089cb

Browse files
authored
ci: Remove redundant dep installation steps (#498)
## Description This PR removes unnecessary steps from the `build-examples` workflow.
1 parent a088626 commit 60089cb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build-examples.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
- name: 📦 Install dependencies
3636
run: yarn install --immutable
3737

38-
- name: 🌐 Install Expo dependencies
39-
working-directory: example/expo
40-
run: yarn install --immutable
41-
4238
- name: 📱 Install Expo CLI
4339
run: npm install -g @expo/cli
4440

@@ -83,10 +79,6 @@ jobs:
8379
- name: 📦 Install dependencies
8480
run: yarn install --immutable
8581

86-
- name: 📱 Install dependencies for ${{ matrix.app }}
87-
working-directory: example/${{ matrix.app }}
88-
run: yarn install --immutable
89-
9082
- name: 🍎 Setup Ruby (iOS only)
9183
if: matrix.platform == 'ios'
9284
uses: ruby/setup-ruby@v1
@@ -158,10 +150,6 @@ jobs:
158150
- name: 📦 Install dependencies
159151
run: yarn install --immutable
160152

161-
- name: 🌐 Install web dependencies
162-
working-directory: example/web
163-
run: yarn install --immutable
164-
165153
- name: 🌐 Build web app
166154
working-directory: example/web
167155
run: yarn expo export -p web

0 commit comments

Comments
 (0)