Skip to content

Commit 251ecdb

Browse files
authored
Update zashi-tests.yml
1 parent be2c38c commit 251ecdb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/zashi-tests.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ jobs:
1010
contents: read
1111

1212
runs-on: macos-13
13-
13+
strategy:
14+
matrix:
15+
destination: ['platform=iOS Simulator,OS=15.0,name=iPhone 15 Pro']
16+
1417
steps:
1518
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
1619
timeout-minutes: 1
1720
- name: Select Xcode version
1821
run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
1922
- name: Run tests
2023
timeout-minutes: 5
21-
run: xcodebuild test -scheme secant-testnet -project secant.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=15.0' | xcpretty && exit ${PIPESTATUS[0]}
24+
run: xcodebuild test -scheme secant-testnet -project secant.xcodeproj -destination "${destination}" | xcpretty && exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)