Skip to content

Bump gunicorn from 21.2.0 to 22.0.0 (#64) #76

Bump gunicorn from 21.2.0 to 22.0.0 (#64)

Bump gunicorn from 21.2.0 to 22.0.0 (#64) #76

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11.8
- name: install
run: |
pip install poetry
poetry install
- name: unit tests
run: poetry run pytest tests/app