Skip to content

Merge pull request #213 from Shopify/mmeirelles/prevent_index_section… #196

Merge pull request #213 from Shopify/mmeirelles/prevent_index_section…

Merge pull request #213 from Shopify/mmeirelles/prevent_index_section… #196

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"