Skip to content

Add TaskLogger dependency #22

Add TaskLogger dependency

Add TaskLogger dependency #22

Workflow file for this run

name: Docket Chaos Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
jobs:
test:
name: Chaos tests
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
- name: Install uv and set Python version
uses: astral-sh/setup-uv@v5
with:
python-version: 3.12
enable-cache: true
cache-dependency-glob: "pyproject.toml"
- name: Install dependencies
run: uv sync --dev
- name: Run chaos tests
run: python -m chaos.driver