Skip to content

Commit

Permalink
[수정] 올바른 시뮬레이터 버전으로 테스트 하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 committed Dec 25, 2023
1 parent 101fbd6 commit 853d3e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BUILD_APP_TARGET_iOS17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '🔨 iOS 17.0 iPhone 14 Pro 에서 쿠링 앱을 빌드합니다.'
body: '🔨 iOS 17.0.1 iPhone 15 Pro 에서 쿠링 앱을 빌드합니다.'
})
# 코드를 체크아웃 합니다.
Expand All @@ -41,7 +41,7 @@ jobs:
- name: KuringApp 빌드
run: |
cd KuringApp
xcodebuild build -scheme KuringApp -destination 'platform=iOS Simulator,OS=17.0,name=iPhone 14 Pro' -skipMacroValidation
xcodebuild build -scheme KuringApp -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro' -skipMacroValidation
# 빌드 성공시 커멘트
- name: Add Build comment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BUILD_PACKAGE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '🔨 iOS 17.0 iPhone 14 Pro 에서 스위프트 패키지를 빌드합니다.'
body: '🔨 iOS 17.0.1 iPhone 15 Pro 에서 스위프트 패키지를 빌드합니다.'
})
# 코드를 체크아웃 합니다.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/TEST_APP_TARGET_iOS17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '🔨 iOS 17.0 iPhone 14 Pro 에서 쿠링 앱을 테스트 합니다.'
body: '🔨 iOS 17.0.1 iPhone 14 Pro 에서 쿠링 앱을 테스트 합니다.'
})
# 코드를 체크아웃 합니다.
Expand All @@ -41,7 +41,7 @@ jobs:
- name: KuringApp 테스트
run: |
cd KuringApp
xcodebuild clean test -scheme KuringApp -destination 'platform=iOS Simulator,OS=17.0,name=iPhone 14 Pro' -skipMacroValidation
xcodebuild clean test -scheme KuringApp -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 14 Pro' -skipMacroValidation
# 테스트 성공시 커멘트
- name: Add Build comment
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/TEST_PACKAGE_TARGET_iOS17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '🔨 iOS 17.0 iPhone 15 Pro 에서 쿠링 패키지를 테스트 합니다.'
body: '🔨 iOS 17.0.1 iPhone 15 Pro 에서 쿠링 패키지를 테스트 합니다.'
})
# 코드를 체크아웃 합니다.
Expand All @@ -41,13 +41,13 @@ jobs:
- name: NoticeFeaturesTests 테스트
run: |
cd KuringPackage
xcodebuild test -scheme NoticeFeaturesTests -destination 'platform=iOS Simulator,OS=17.0,name=iPhone 15 Pro' -skipMacroValidation
xcodebuild test -scheme NoticeFeaturesTests -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro' -skipMacroValidation
# SubscriptionFeaturesTests 스킴을 테스트합니다.
- name: SubscriptionFeaturesTests 테스트
run: |
cd KuringPackage
xcodebuild test -scheme SubscriptionFeaturesTests -destination 'platform=iOS Simulator,OS=17.0,name=iPhone 15 Pro' -skipMacroValidation
xcodebuild test -scheme SubscriptionFeaturesTests -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro' -skipMacroValidation
# 테스트 성공시 커멘트
- name: Add Build comment
Expand Down

0 comments on commit 853d3e7

Please sign in to comment.