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 cce6526 commit 3b36d37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/IcpKit-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
build:
runs-on: macOS-latest
steps:
- name: Test
- name: Checkout
uses: actions/checkout@v1
- name: List iOS Simulators
run: xcrun simctl list
- name: Build and Test
run: xcrun simctl list /
xcodebuild test -quiet -scheme IcpKit-Package -sdk iphonesimulator18.1 -destination "OS=18.1,name=iPhone 16 Pro" '-skip-testing:IcpKitTests/ICPCryptographyTests/testBlsSignatureVerification'
run: xcodebuild test -quiet -scheme IcpKit-Package -sdk iphonesimulator18.1 -destination "OS=18.1,name=iPhone 16 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 3b36d37

Please sign in to comment.