docs: refine rubric references #273
This file contains hidden or 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: Swift | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| build: | |
| runs-on: macos-14 | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Force Xcode 15 | |
| run: sudo xcode-select -switch /Applications/Xcode_15.2.app | |
| # - name: Build | |
| # run: xcodebuild -scheme WalletUI -sdk iphoneos | |
| # - name: Run tests | |
| # run: xcodebuild -scheme WalletUI test -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12' |