Skip to content

Commit

Permalink
feature(ci): #RE-1662 retry with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrique committed Apr 10, 2024
1 parent 1a1e8ac commit 81fc0ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mobile-app-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: expo/expo-github-action@v8
with:
eas-version: latest
packager: yarn
token: ${{ secrets.EXPO_TOKEN }}
- name: ⚙️ Compile android
run: eas build --platform android --profile=staging --no-wait
3 changes: 0 additions & 3 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@
},
"build": {
"development": {
"bun": "1.0.20",
"distribution": "internal",
"channel": "development",
"autoIncrement": true
},
"staging": {
"bun": "1.0.20",
"distribution": "internal",
"channel": "staging",
"autoIncrement": true
},
"production": {
"bun": "1.0.20",
"distribution": "store",
"channel": "main",
"autoIncrement": true
Expand Down

0 comments on commit 81fc0ee

Please sign in to comment.