Skip to content

Bump idna from 3.4 to 3.7 #30

Bump idna from 3.4 to 3.7

Bump idna from 3.4 to 3.7 #30

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