Skip to content

Bump sqlparse from 0.4.3 to 0.5.0 #34

Bump sqlparse from 0.4.3 to 0.5.0

Bump sqlparse from 0.4.3 to 0.5.0 #34

Workflow file for this run

name: Run unit tests
on:
pull_request:
branches:
- main
- stable
jobs:
test:
runs-on: ubuntu-latest
container: python:3.9
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install
- name: Run unit tests
run: |
cd backend
poetry run python manage.py test