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 3ee12e2 commit 390b545
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build-entries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ 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
- name: Build Android
run: npm run build:mobile:prod

0 comments on commit 390b545

Please sign in to comment.