Skip to content

🦘🏩 ↝ Expeditions and their patches are now included in the swift views #11

🦘🏩 ↝ Expeditions and their patches are now included in the swift views

🦘🏩 ↝ Expeditions and their patches are now included in the swift views #11

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