ππ β [#3]: Spacewalks partially sync now #14
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 Tests | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| test: | |
| runs-on: macos-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Set up Xcode | |
| run: sudo xcode-select -s /Applications/Xcode.app | |
| - name: Build and test (iOS Simulator) | |
| run: | | |
| cd app/Notifs | |
| xcodebuild test -project Station98.xcodeproj -scheme Station98 -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' -allowProvisioningUpdates | xcpretty |