Add source compatibility for StoreSubscription (#467) #1191
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: CommitChecks | |
on: | |
push: | |
branches: | |
- "**" | |
jobs: | |
test: | |
runs-on: macos-14 | |
steps: | |
- uses: maxim-lobanov/setup-xcode@v1.1 | |
with: | |
xcode-version: "15.2" | |
- uses: actions/checkout@v2 | |
- name: xcbeautify | |
run: brew install xcbeautify | |
- name: Run Test | |
run: set -o pipefail && xcodebuild -scheme Verge-Package test -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.4' | xcbeautify |