Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHyun authored Jun 29, 2023
1 parent 4ca29b6 commit 2a617b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
xcode-version: latest-stable
- name: Install Tuist
run: brew install tuist
- name: Install SwiftLint
run: |
brew install swiftlint
- name: Install SwiftFormat
run: |
brew install swiftformat
- name: Install iOS Simulator
run: xcrun simctl create 'iPhone 14 Pro Max' com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max com.apple.CoreSimulator.SimRuntime.iOS-16-2
- name: Run Tuist build
Expand Down

0 comments on commit 2a617b7

Please sign in to comment.