Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 27, 2024
1 parent a120686 commit 4a1b40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
run: |
cp -r testing/media testing/media_root
mkdir testing/log
- name: Run package status tests first
- name: Run tests that use the "files" fixture
run: |
pytest --nomigrations --verbose --count=10 -x rdmo/core/tests/test_package_status.py
pytest -p randomly --nomigrations --verbose --numprocesses=auto --dist=loadscope --count=10 -x -m files
if: matrix.python-version == '3.12' && matrix.db-backend == 'postgres'
# - name: Run Tests
# run: |
Expand Down

0 comments on commit 4a1b40c

Please sign in to comment.