Skip to content

Add Witness service endpoint #150

Add Witness service endpoint

Add Witness service endpoint #150

Workflow file for this run

name: Python tests
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./server
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: astral-sh/setup-uv@v4
- name: Install project
run: |
uv sync
- name: Run pytest
run: |
uv run pytest