Skip to content

Commit

Permalink
feat: updated github action flow
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanyilmaz committed Jan 16, 2024
1 parent 3cb3e61 commit 410d249
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,20 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: yarn
- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: 🚀 Install Packages
run: |
yarn install
bun install
- name: 🧪 Run format and lint
run: |
yarn format && yarn validate
bun format && bun validate
- name: Build apk
run: |
yarn build:android:local
bun build:android:local
- name: 🥳 Upload APK File
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 410d249

Please sign in to comment.