Skip to content

Merge pull request #309 from rxinui/ship-0039/260-v1beta1 #863

Merge pull request #309 from rxinui/ship-0039/260-v1beta1

Merge pull request #309 from rxinui/ship-0039/260-v1beta1 #863

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@v4
- uses: ./.github/actions/setup
- name: Run Unit Tests
run: make test-unit