We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb409f commit ced4661Copy full SHA for ced4661
.github/workflows/action-test-ci.yml
@@ -22,10 +22,12 @@ jobs:
22
- name: Checkout respository
23
uses: actions/checkout@v3
24
25
+ - name: Install CocoaPods
26
+ run: pod install --repo-update --clean-install --project-directory=KCS
27
+
28
- name: Build and test
29
run: |
- pod install --repo-update --clean-install --project-directory=KCS/ \
- xcodebuild clean test -workspace KCS.xcworkspace \
30
+ xcodebuild clean test -workspace KCS/KCS.xcworkspace \
31
-scheme KCS \
32
-destination 'platform=iOS Simulator,name=iPhone 15,OS=latest'
33
# CocoaPod 을 사용하므로 설치후 테스트 진행
0 commit comments