Skip to content

Commit

Permalink
feat : test ci 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 23, 2024
1 parent c365160 commit 620473e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/action-test.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ on:
branches:
- main
- develop


# 작업 중복 실행 방지
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true

# 트리거 발생 시 실행할 작업들
jobs:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 620473e

Please sign in to comment.