Skip to content

Merge pull request #214 from Shopify/update-docs #200

Merge pull request #214 from Shopify/update-docs

Merge pull request #214 from Shopify/update-docs #200

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"