Skip to content

fix: disable global history, add health checks, passthrough cache config #132

fix: disable global history, add health checks, passthrough cache config

fix: disable global history, add health checks, passthrough cache config #132

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Install dependencies and run tests
run: |
uv sync --all-extras
uv run pytest