We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6cf90 commit 6e7ea6cCopy full SHA for 6e7ea6c
.github/workflows/ci.yml
@@ -11,10 +11,16 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v4
13
14
+ - name: Preheat iOS Simulator
15
+ uses: futureware-tech/simulator-action@v2
16
+ with:
17
+ model: 'iPhone 16e'
18
+ os_version: '=18.6'
19
+
20
- name: Run unit tests
21
run: |
22
xcodebuild \
23
-project TORoundedButtonExample.xcodeproj \
24
-scheme TORoundedButtonTests \
- -destination 'platform=iOS Simulator,name=iPhone Air' \
25
+ -destination 'platform=iOS Simulator,name=iPhone 16e,OS=18.6' \
26
clean test
0 commit comments