Skip to content

Commit 1c091e3

Browse files
committed
feat : 테스트 커밋 (#89)
1 parent 88fb042 commit 1c091e3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
# CocoaPod 을 사용하므로 설치후 테스트 진행
3636
- name: Install CocoaPods
3737
run: |
38+
cd KCS
3839
pod install --repo-update --clean-install --project-directory=KCS
3940
4041
- name: Build and test
41-
uses: ty0x2333/cocoapods-action@master
42-
with:
43-
additional_build_params: -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest'
44-
workspace: KCS/
42+
run: |
43+
xcodebuild clean test -workspace KCS/KCS.xcworkspace -scheme KCS -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest'

0 commit comments

Comments
 (0)