Skip to content

Commit

Permalink
사용 가능한 시뮬레이터 확인 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHyun committed Jan 23, 2024
1 parent 6a8638e commit e9158aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.2"
- name: Simulator List check
run: xcrun simctl list devices
- name: Execute Unit tests
run: xcodebuild test -project SwiftCITest.xcodeproj -scheme SwiftCITest -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2'

0 comments on commit e9158aa

Please sign in to comment.