Skip to content

Commit

Permalink
feat : 테스트 커밋 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 21, 2024
1 parent 90ad8be commit fcd7f86
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/action-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,11 @@ jobs:
run: |
echo $ENV >> $OCCUPY_SECRET_DIR/$OCCUPY_SECRET_DIR_FILE_NAME
- name: Set up Xcode
uses: actions/setup-xcode@v3
with:
xcode-version: '15'

# CocoaPod 을 사용하므로 설치후 테스트 진행
- name: Install CocoaPods
run: |
pod install --repo-update --clean-install --project-directory=KCS
- name: Build and test
run: |
xcodebuild clean test -workspace KCS/KCS.xcworkspace \
-scheme KCS \
-destination 'platform=iOS Simulator,name=iPhone 14,OS=16.2'
# ❗-project 옵션으로 scheme 설정
# ❗-destination 옵션으로 OS 버전이 설정
xcodebuild clean test -workspace KCS/KCS.xcworkspace -scheme KCS -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest'

0 comments on commit fcd7f86

Please sign in to comment.