mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Use consistent pattern for test before deploy, refs #1406
This commit is contained in:
parent
2b1c535c12
commit
74b775e20f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy-latest.yml
vendored
4
.github/workflows/deploy-latest.yml
vendored
|
|
@ -29,7 +29,9 @@ jobs:
|
|||
python -m pip install -e .[docs]
|
||||
python -m pip install sphinx-to-sqlite==0.1a1
|
||||
- name: Run tests
|
||||
run: pytest
|
||||
run: |
|
||||
pytest -n auto -m "not serial"
|
||||
pytest -m "serial"
|
||||
- name: Build fixtures.db
|
||||
run: python tests/fixtures.py fixtures.db fixtures.json plugins --extra-db-filename extra_database.db
|
||||
- name: Build docs.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue