Skip to content

Commit ced4661

Browse files
committed
feat : 테스트 커밋(#89)
1 parent bdb409f commit ced4661

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/action-test-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ jobs:
2222
- name: Checkout respository
2323
uses: actions/checkout@v3
2424

25+
- name: Install CocoaPods
26+
run: pod install --repo-update --clean-install --project-directory=KCS
27+
2528
- name: Build and test
2629
run: |
27-
pod install --repo-update --clean-install --project-directory=KCS/ \
28-
xcodebuild clean test -workspace KCS.xcworkspace \
30+
xcodebuild clean test -workspace KCS/KCS.xcworkspace \
2931
-scheme KCS \
3032
-destination 'platform=iOS Simulator,name=iPhone 15,OS=latest'
3133
# CocoaPod 을 사용하므로 설치후 테스트 진행

0 commit comments

Comments
 (0)