Skip to content

dev-infra: add github action support #9

dev-infra: add github action support

dev-infra: add github action support #9

Workflow file for this run

name: test
on:
push:
branches:
- main
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_ENV_HINTS: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
jobs:
test:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Install Basic Tooling
run: brew install xcbeautify
- name: Tests
run: swift test | xcbeautify