Quick test that the app actually runs in core tests

pull/175/head
Patrick Robertson 2025-01-17 17:02:54 +01:00
rodzic 5b20288d06
commit 5aa717452e
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -35,4 +35,6 @@ jobs:
run: poetry install --no-interaction --with dev
- name: Run Core Tests
run: poetry run pytest -ra -v -m "not download"
run: |
poetry run auto-archiver --version || true
poetry run pytest -ra -v -m "not download"