mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-07 19:08:30 +03:00
Quick test that the app actually runs in core tests
This commit is contained in:
4
.github/workflows/tests-core.yaml
vendored
4
.github/workflows/tests-core.yaml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user