Skip to content

Disable Fastlane result colors #113

Disable Fastlane result colors

Disable Fastlane result colors #113

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