Skip to content

Commit

Permalink
Update IcpKit-Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kosta-bity authored Dec 13, 2024
1 parent 2e4aabf commit bd47d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/IcpKit-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Test
uses: actions/checkout@v1
- name: Build and Test
run: xcodebuild test -quiet -scheme IcpKit-Package -sdk iphonesimulator17.5 -destination "OS=17.5,name=iPhone 15 Pro" '-skip-testing:IcpKitTests/ICPCryptographyTests/testBlsSignatureVerification'
run: xcodebuild test -quiet -scheme IcpKit-Package -sdk iphonesimulator18.0 -destination "OS=18.0,name=iPhone 15 Pro" '-skip-testing:IcpKitTests/ICPCryptographyTests/testBlsSignatureVerification'
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v4.5.0
with:
Expand Down

0 comments on commit bd47d97

Please sign in to comment.