Skip to content

Bump django from 5.0.7 to 5.0.8 in /django_template/templates #159

Bump django from 5.0.7 to 5.0.8 in /django_template/templates

Bump django from 5.0.7 to 5.0.8 in /django_template/templates #159

Workflow file for this run

name: Unit tests
on:
push:
pull_request:
types: [opened, reopened]
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