Skip to content

Bump gunicorn from 20.1.0 to 21.2.0 in /external/price_server #78

Bump gunicorn from 20.1.0 to 21.2.0 in /external/price_server

Bump gunicorn from 20.1.0 to 21.2.0 in /external/price_server #78

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: make deps
- name: E2e
run: make e2e