Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Bump gunicorn from 21.2.0 to 22.0.0 #134

Bump gunicorn from 21.2.0 to 22.0.0

Bump gunicorn from 21.2.0 to 22.0.0 #134

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2
- name: Run tests
run: |
docker build . -t jobsdone --build-arg SETUPTOOLS_SCM_PRETEND_VERSION=0.1
docker run jobsdone pytest tests --color=yes