This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
IOS-8265 Core/EWT EVM: not the correct derivation path for AC01/AC02 cards #2684
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: | |
pull_request: | |
branches: | |
- 'release' | |
- 'develop' | |
- 'releases/**' | |
- 'blockchains/**' | |
workflow_dispatch: | |
env: | |
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_DVELOPMENT_IOS }} | |
jobs: | |
test: | |
name: Test | |
runs-on: macos-14 | |
steps: | |
- name: Select Xcode version | |
uses: maxim-lobanov/setup-xcode@v1 | |
with: | |
xcode-version: '15.3' | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Bundle Install | |
run: bundle install | |
- name: Tests | |
run: bundle exec fastlane test |