Skip to content

Commit

Permalink
[IDLE-000] tuist cache 로직 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong authored Nov 19, 2024
1 parent cfb1b00 commit 1f2b008
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/merge_to_develop_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ jobs:
- name: Test project
run: |
cd project
make generate
xcrun simctl list devices
xcodebuild test -workspace SWM-Idle.xcworkspace -scheme TestScheme -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=18.0"
tuist cache
make test

Expand Down

0 comments on commit 1f2b008

Please sign in to comment.