Skip to content

Commit

Permalink
ci: run test_package_json_and_pre_commit_versions_match first
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored and MyPyDavid committed Mar 12, 2024
1 parent 525732c commit 2cde4f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
run: |
cp -r testing/media testing/media_root
mkdir testing/log
- name: Run package status tests first
run: |
pytest rdmo/core/tests/test_package_status.py::test_package_json_and_pre_commit_versions_match \
--nomigrations --verbose
if: matrix.python-version == '3.12' && matrix.db-backend == 'postgres'
- name: Run Tests
run: |
pytest -p randomly -p no:cacheprovider --cov --reuse-db --numprocesses=auto --dist=loadscope
Expand Down

0 comments on commit 2cde4f9

Please sign in to comment.