Skip to content

Update RET from main - #161

Update RET from main -

Update RET from main - #161

Workflow file for this run

name: "CI"
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
unit_tests:
name: "Unit tests"
runs-on: macos-12
strategy:
matrix:
platform:
- macOS
- iOS
steps:
- uses: actions/checkout@v3.1.0
- uses: webfactory/ssh-agent@v0.6.0
with:
ssh-private-key: |
${{ secrets.BITE_UNIT_TESTS_SSH_KEY }}
${{ secrets.SLIP_10_UNIT_TESTS_SSH_KEY }}
${{ secrets.MNEMONIC_UNIT_TESTS_SSH_KEY }}
- name: Run unit tests
uses: mxcl/xcodebuild@v1
with:
xcode: ^14.2
action: test
platform: ${{ matrix.platform }}