Skip to content

Bump django from 5.1.1 to 5.1.4 #169

Bump django from 5.1.1 to 5.1.4

Bump django from 5.1.1 to 5.1.4 #169

Workflow file for this run

name: Unit tests
on: [pull_request]
jobs:
unittests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: setup
uses: ./.github/actions/setup-languages
- name: Run Tests
run: |
pipenv run python -m pytest