Skip to content

Commit 3b36d37

Browse files
authored
Update IcpKit-Tests.yml
1 parent cce6526 commit 3b36d37

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/IcpKit-Tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
build:
1111
runs-on: macOS-latest
1212
steps:
13-
- name: Test
13+
- name: Checkout
1414
uses: actions/checkout@v1
15+
- name: List iOS Simulators
16+
run: xcrun simctl list
1517
- name: Build and Test
16-
run: xcrun simctl list /
17-
xcodebuild test -quiet -scheme IcpKit-Package -sdk iphonesimulator18.1 -destination "OS=18.1,name=iPhone 16 Pro" '-skip-testing:IcpKitTests/ICPCryptographyTests/testBlsSignatureVerification'
18+
run: xcodebuild test -quiet -scheme IcpKit-Package -sdk iphonesimulator18.1 -destination "OS=18.1,name=iPhone 16 Pro" '-skip-testing:IcpKitTests/ICPCryptographyTests/testBlsSignatureVerification'
1819
- name: Upload coverage to codecov.io
1920
uses: codecov/[email protected]
2021
with:

0 commit comments

Comments
 (0)