Skip to content

Commit

Permalink
feat : 테스트 커밋 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 22, 2024
1 parent 2a4b3e2 commit 9da172d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
# 트리거 발생 시 실행할 작업들
jobs:
test:
runs-on: self-hosted # iOS 플랫폼에서 실행
runs-on: macos-13 # iOS 플랫폼에서 실행

steps:
#Select your required version
Expand All @@ -42,8 +42,8 @@ jobs:
pod install --repo-update --clean-install --project-directory=KCS
- name: Build
run: xcodebuild build-for-testing -workspace KCS/KCS.xcworkspace -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14,OS=17.0"
run: xcodebuild build-for-testing -workspace KCS/KCS.xcworkspace -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14,OS=17.2"

- name: Test
run: |
xcodebuild test-without-building -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14,OS=17.0"
xcodebuild test-without-building -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14,OS=17.2"

0 comments on commit 9da172d

Please sign in to comment.