Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create zashi-tests.yml #1139

Closed
wants to merge 12 commits into from
23 changes: 23 additions & 0 deletions .github/workflows/zashi-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Zashi unit tests

on:
pull_request:
branches: [ "main" ]

jobs:
build:
permissions:
contents: read

runs-on: macos-14

steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
timeout-minutes: 1

- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'

- name: Run tests
timeout-minutes: 30
run: xcodebuild test -scheme secant-testnet -skipMacroValidation -project secant.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2'
Loading