From 620473efbcee9385e0a50c592121805adc47602c Mon Sep 17 00:00:00 2001 From: hoon Date: Wed, 24 Jan 2024 02:03:37 +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 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action-test.ci.yml b/.github/workflows/action-test.ci.yml index 170ead29..058dc191 100644 --- a/.github/workflows/action-test.ci.yml +++ b/.github/workflows/action-test.ci.yml @@ -11,7 +11,11 @@ on: branches: - main - develop - + +# 작업 중복 실행 방지 +concurrency: + group: ci-${{ github.ref }} + cancel-in-progress: true # 트리거 발생 시 실행할 작업들 jobs: @@ -48,6 +52,10 @@ jobs: # run: | # pod install --repo-update --project-directory=KCS + - name: Install CocoaPods dependencies + working-directory: KCS + run: bundle exec pod install || bundle exec pod install --repo-update + # - name: Test # run: | # xcodebuild clean test -workspace KCS/KCS.xcworkspace -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14 Pro"