Skip to content

Add formating to Xcode console output #126

Add formating to Xcode console output

Add formating to Xcode console output #126

Workflow file for this run

name: CI
on: [push]
jobs:
tests:
name: Unit Tests
runs-on: macOS-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: Run Unit Tests
run: |
swift test