Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjooon2 committed Jun 4, 2024
1 parent 14b245f commit 68718c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
run: eas update --auto

# iphone testflight에 반영
- name: reflect testflight
run: eas submit -p ios --latest --profile local
- name: upload to ios
run: eas submit --platform ios --latest --profile local --non-interactive

# android에 반영
- name: reflect testflight
run: eas submit -p android --latest --profile local
- name: upload to android
run: eas submit --platform android --latest --profile local --non-interactive

# 디스코드 웹훅 알림 전송
- name: Discord Webhook Action
Expand Down

0 comments on commit 68718c4

Please sign in to comment.