From c3651608a63e19c305d0b610c353b56b5483ea6b Mon Sep 17 00:00:00 2001 From: hoon Date: Wed, 24 Jan 2024 01:14:50 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20test=20ci=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action-test.ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action-test.ci.yml b/.github/workflows/action-test.ci.yml index 50378827..170ead29 100644 --- a/.github/workflows/action-test.ci.yml +++ b/.github/workflows/action-test.ci.yml @@ -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" \ No newline at end of file + xcodebuild clean test -project KCS/KCS.xcodeproj -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14 Pro" \ No newline at end of file