Skip to content

Create config-utils CLI tool for environment capture #14

Create config-utils CLI tool for environment capture

Create config-utils CLI tool for environment capture #14

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
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 and test locust-compare
working-directory: tools/locust-compare
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
pytest