Skip to content

Commit

Permalink
feat: Build Expo Android app in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha committed Nov 9, 2023
1 parent f26b3f8 commit 05d8fa3
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/build-entries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,18 @@ jobs:
- name: Build web
run: npm run build:web

# build-android:
# name: Build Android
# needs: prepare-dependencies
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# - uses: ./.github/actions/prepare-local-env
# - name: 🏗 Setup EAS
# uses: expo/expo-github-action@v8
# with:
# eas-version: latest
# - name: Build Android
# run: npm run build:mobile:prod
build-android:
name: Build Android
needs: prepare-dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: ./.github/actions/prepare-local-env
- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: n91PcFvwyQi4D7T01ONKc-3B0iyRqIfRQtddUFQ1
- name: Build Android
run: npm run build:mobile:prod

0 comments on commit 05d8fa3

Please sign in to comment.