Skip to content

Fix an issue with urlize_target_blank when the URL contains curly bra… #42

Fix an issue with urlize_target_blank when the URL contains curly bra…

Fix an issue with urlize_target_blank when the URL contains curly bra… #42

name: Run unit tests on Docker container
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Generate the .env file and the SECRET_KEY
run: make envfile
- name: Run tests
run: docker compose run web python ./manage.py test --verbosity=2 --noinput