Skip to content

Remove old references to the Demo app #199

Remove old references to the Demo app

Remove old references to the Demo app #199

Workflow file for this run

name: CI
on:
- push
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Generating project
run: swift package generate-xcodeproj
- name: Testing
run: |
xcodebuild clean test -project FunctionalTableData.xcodeproj -scheme FunctionalTableData-Package -destination "platform=iOS Simulator,name=iPhone 8"