Skip to content

Move searching into ArtistList / VenueList (#805) #1590

Move searching into ArtistList / VenueList (#805)

Move searching into ArtistList / VenueList (#805) #1590

Workflow file for this run

name: push-and-prs-on-main
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Switch to Xcode 15.3
run: sudo xcode-select -s "/Applications/Xcode_15.3.app"
- name: Build / Test
run: swift test -v
- name: Build iOS / macOS
run: xcodebuild -verbose -scheme Site -destination "generic/platform=iOS Simulator" -destination "generic/platform=macOS" -destination "generic/platform=tvOS Simulator"