Skip to content

Bump gunicorn from 22.0.0 to 23.0.0 #65

Bump gunicorn from 22.0.0 to 23.0.0

Bump gunicorn from 22.0.0 to 23.0.0 #65

Workflow file for this run

name: Run tests
on:
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image for web service
run: docker compose build web
- name: Build image for db service
run: docker compose pull db
- name: Run tests
run: ./bin/run pytest