Skip to content

Initiated by moratori for commit 7cac601e3ca78e90632794602abd0b8885a99816 #42

Initiated by moratori for commit 7cac601e3ca78e90632794602abd0b8885a99816

Initiated by moratori for commit 7cac601e3ca78e90632794602abd0b8885a99816 #42

Workflow file for this run

name: test
run-name: Initiated by ${{ github.actor }} for commit ${{ github.sha }}
on:
pull_request:
types:
- synchronize
- reopened
- opened
jobs:
test-job:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.4.0'
- name: UnitTest
run: xcodebuild test -project tw2023_wallet.xcodeproj -scheme tw2023_wallet -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest' -only-testing:tw2023_walletTests