Skip to content

Merge pull request #14 from nnsnodnb/replace-apikit-to-get #49

Merge pull request #14 from nnsnodnb/replace-apikit-to-get

Merge pull request #14 from nnsnodnb/replace-apikit-to-get #49

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: main
jobs:
test:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: Cyberbeni/install-swift-tool@v2
with:
url: https://github.com/tuist/xcbeautify
version: '*'
- name: Run test
run: |
set -o pipefail
swift test 2>&1 | xcbeautify