Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
- name: 📦 Install dependencies
run: yarn install --immutable

- name: 🌐 Install Expo dependencies
working-directory: example/expo
run: yarn install --immutable

- name: 📱 Install Expo CLI
run: npm install -g @expo/cli

Expand Down Expand Up @@ -83,10 +79,6 @@ jobs:
- name: 📦 Install dependencies
run: yarn install --immutable

- name: 📱 Install dependencies for ${{ matrix.app }}
working-directory: example/${{ matrix.app }}
run: yarn install --immutable

- name: 🍎 Setup Ruby (iOS only)
if: matrix.platform == 'ios'
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -158,10 +150,6 @@ jobs:
- name: 📦 Install dependencies
run: yarn install --immutable

- name: 🌐 Install web dependencies
working-directory: example/web
run: yarn install --immutable

- name: 🌐 Build web app
working-directory: example/web
run: yarn expo export -p web
Expand Down
Loading