Skip to content

Bump django from 2.2.28 to 3.2.25 #41

Bump django from 2.2.28 to 3.2.25

Bump django from 2.2.28 to 3.2.25 #41

Workflow file for this run

name: Run tests
on:
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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