Skip to content

Commit

Permalink
feat : 테스트 커밋 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 21, 2024
1 parent fcd7f86 commit 29a2013
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/action-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
pod install --repo-update --clean-install --project-directory=KCS
- name: Build and test
run: |
xcodebuild clean test -workspace KCS/KCS.xcworkspace -scheme KCS -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest'
- uses: ty0x2333/cocoapods-action@master
with:
additional_build_params: -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest'

0 comments on commit 29a2013

Please sign in to comment.