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 27ce6c7 commit 9cf9e52
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 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 iPhone 15 Pro 에서 쿠링 패키지를 테스트 합니다.'
})
# 코드를 체크아웃 합니다.
Expand All @@ -37,19 +37,16 @@ jobs:
with:
xcode-version: '15.0'

# KuringPackage 경로로 이동
- name: 패키지 경로로 이동
run: |
cd KuringPackage
# NoticeFeaturesTests 스킴을 테스트합니다.
- name: NoticeFeaturesTests 테스트
run: |
cd KuringPackage
xcodebuild test -scheme NoticeFeaturesTests -destination 'platform=iOS Simulator,OS=17.0,name=iPhone 15 Pro'
# SubscriptionFeaturesTests 스킴을 테스트합니다.
- name: SubscriptionFeaturesTests 테스트
run: |
cd KuringPackage
xcodebuild test -scheme SubscriptionFeaturesTests -destination 'platform=iOS Simulator,OS=17.0,name=iPhone 15 Pro'
# 테스트 성공시 커멘트
Expand Down

0 comments on commit 9cf9e52

Please sign in to comment.