Skip to content

πŸ“ŸπŸšŸ ↝ [#3]: Spacewalks partially sync now #14

πŸ“ŸπŸšŸ ↝ [#3]: Spacewalks partially sync now

πŸ“ŸπŸšŸ ↝ [#3]: Spacewalks partially sync now #14

Workflow file for this run

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