Skip to content

Bump pytest-django from 4.5.2 to 4.7.0 in /requirements #4

Bump pytest-django from 4.5.2 to 4.7.0 in /requirements

Bump pytest-django from 4.5.2 to 4.7.0 in /requirements #4

Workflow file for this run

name: Unit tests
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
test-python:
runs-on: ubuntu-latest # For consistency with above
steps:
- uses: actions/checkout@v3
- name: "Run Python tests (on Docker)"
run: |
make clean-ci
make build-ci
make test-ci