Skip to content

Merge pull request #227 from shipwright-io/qu1queee/actions_bump #671

Merge pull request #227 from shipwright-io/qu1queee/actions_bump

Merge pull request #227 from shipwright-io/qu1queee/actions_bump #671

Workflow file for this run

---
name: Unit Tests
on:
push:
tags-ignore:
- "**"
branches:
- main
pull_request:
branches:
- main
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Run Unit Tests
run: make test-unit