Skip to content

fix: simplify test structure #4

fix: simplify test structure

fix: simplify test structure #4

Workflow file for this run

name: Unit Tests for Python Scripts
on:
pull_request:
branches: [ main ]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v3
- run: mise exec -- make setup-dev
- run: mise exec -- make test