kopia lustrzana https://github.com/bellingcat/auto-archiver
Quick test that the app actually runs in core tests
rodzic
5b20288d06
commit
5aa717452e
|
@ -35,4 +35,6 @@ jobs:
|
||||||
run: poetry install --no-interaction --with dev
|
run: poetry install --no-interaction --with dev
|
||||||
|
|
||||||
- name: Run Core Tests
|
- 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"
|
||||||
|
|
Ładowanie…
Reference in New Issue