Skip to content

DX-120403 Route streamable HTTP logging through JSON formatter #317

DX-120403 Route streamable HTTP logging through JSON formatter

DX-120403 Route streamable HTTP logging through JSON formatter #317

Workflow file for this run

name: Run Pytest with uv
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
- name: Install Helm
uses: azure/setup-helm@v4.3.0
- name: Run tests
run: |
uv run pytest tests