From 88fb0420b0c4a6a251d3e5a29506e6855664c68d Mon Sep 17 00:00:00 2001 From: hoon Date: Mon, 22 Jan 2024 02:43:49 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=BB=A4=EB=B0=8B=20(#89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action-test-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action-test-ci.yml b/.github/workflows/action-test-ci.yml index 1cf02bc5..fc352e2f 100644 --- a/.github/workflows/action-test-ci.yml +++ b/.github/workflows/action-test-ci.yml @@ -40,4 +40,5 @@ jobs: - name: Build and test uses: ty0x2333/cocoapods-action@master with: - additional_build_params: -scheme KCS -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest' + additional_build_params: -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest' + workspace: KCS/ \ No newline at end of file