Skip to content

Bump gunicorn from 20.1.0 to 21.0.1 #2383

Bump gunicorn from 20.1.0 to 21.0.1

Bump gunicorn from 20.1.0 to 21.0.1 #2383

Workflow file for this run

name: build-and-test
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
node-version: [18.x]
services:
postgres:
image: postgres:13
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- name: Build with Makefile
run: make