Skip to content

Commit

Permalink
feat : test ci 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 23, 2024
1 parent 3a233d1 commit c365160
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/action-test.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@ jobs:
echo $ENV >> $OCCUPY_SECRET_DIR/$OCCUPY_SECRET_DIR_FILE_NAME
# CocoaPod 을 사용하므로 설치후 테스트 진행
- name: Install CocoaPods
run: |
pod install --repo-update --project-directory=KCS
# - name: Install CocoaPods
# run: |
# pod install --repo-update --project-directory=KCS

# - name: Test
# run: |
# xcodebuild clean test -workspace KCS/KCS.xcworkspace -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14 Pro"

- name: Test
run: |
xcodebuild clean test -workspace KCS/KCS.xcworkspace -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14 Pro"
xcodebuild clean test -project KCS/KCS.xcodeproj -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14 Pro"

0 comments on commit c365160

Please sign in to comment.