Remove commented-out code for in-memory Core Data store configuration in Persistence.swift #59
Workflow file for this run
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: Swift | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build-15: | |
runs-on: macos-15 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Resolve dependencies | |
run: swift package resolve | |
- uses: sersoft-gmbh/xcodebuild-action@v3 | |
with: | |
spm-package: . | |
scheme: Scout | |
destination: platform=iOS Simulator,name=iPhone 16 | |
action: test |