Skip to content

pytest

pytest #129

Workflow file for this run

name: pytest
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: "Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)"
required: false
default: false
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pytest:
uses: Komorebi-AI/github-actions/.github/workflows/pytest-uv.yml@main
with:
uv-version: 0.8.0
debug-enabled: ${{ inputs.debug_enabled }}