Skip to content

docs: add bug report issue template #2

docs: add bug report issue template

docs: add bug report issue template #2

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install test runner
run: pip install pytest
- name: Run static contract tests
run: python -m pytest tests/test_phase5_ui_contract.py tests/test_phase5_operator_views.py -v