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

Bring internal version of component to public repository #36

Bring internal version of component to public repository

Bring internal version of component to public repository #36

name: Pull Request Workflow
on: [pull_request]
jobs:
run-tests:
runs-on: macOS-latest
timeout-minutes: 15
steps:
- name: Git checkout
uses: actions/[email protected]
with:
fetch-depth: 0
ref: ${{ github.ref }}
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Delete build artifacts
shell: bash
run: swift package clean
- name: Run tests
shell: bash
run: swift test