Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Bring internal changes to public origin #31

Bring internal changes to public origin

Bring internal changes to public origin #31

name: Pull Request Workflow
on: [pull_request]
jobs:
run-tests:
runs-on: macOS-latest
timeout-minutes: 15
steps:
- name: Git checkout
uses: actions/checkout@v2.3.4
with:
ref: ${{ github.ref }}
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Run tests
run: swift test