Skip to content

chore: retooling for new web API #3

chore: retooling for new web API

chore: retooling for new web API #3

Workflow file for this run

name: run test suite
on:
push:
branches: [master]
jobs:
run-tests:
runs-on: [self-hosted, ARM64]
steps:
- uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: uv sync
run: uv sync
- name: run tests
run: uv run pytest