Skip to content

added cromwell tests docs in readme #25

added cromwell tests docs in readme

added cromwell tests docs in readme #25

Workflow file for this run

name: API Tests
on:
push:
branches:
- main
- dev
- test-api
pull_request:
workflow_dispatch:
jobs:
api-tests:
if: ${{ ! github.event.pull_request.head.repo.fork }}
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.5.8"
- name: Set up Python
run: uv python install 3.13
- name: Run tests
env:
PROOF_API_TOKEN_DEV: ${{ secrets.PROOF_API_TOKEN_DEV }}
run: uv run pytest tests/cromwell-api/ --verbose