Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjooon2 committed May 19, 2024
1 parent 814ec2e commit 0f7de65
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
cache: npm
cache-dependency-path: ./package-lock.json

- name: Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_PUBLIC_REST_API_KEY }}
token: ${{ secrets.EXPO_TOKEN }}

- name: Install dependencies
run: yarn install
run: npm install

- name: Publish update
run: eas update --auto
run: eas submit -p ios --latest

0 comments on commit 0f7de65

Please sign in to comment.