Skip to content

Merge pull request #11 from tkey/remove_crypto_swift #54

Merge pull request #11 from tkey/remove_crypto_swift

Merge pull request #11 from tkey/remove_crypto_swift #54

Workflow file for this run

on:
push:
branches:
- main
- alpha
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
runs-on: macOS-latest
strategy:
matrix:
platform:
- iOS
steps:
- uses: actions/checkout@v2.3.4
- uses: mxcl/xcodebuild@v1
with:
platform: ${{ matrix.platform }}
action: test
scheme: Web3SwiftMpcProvider
code-coverage: true
upload-logs: always