CI: use pytest-github-actions-annotate-failures

This commit is contained in:
Bart Schuurmans 2024-03-13 11:56:16 +01:00
parent 74fdd9a85a
commit 383e6533e1

View file

@ -41,6 +41,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest-github-actions-annotate-failures
- name: Set up .env
run: cp .env.example .env
- name: Check migrations up-to-date