diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2bceb9c1b..f406057ee 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -103,7 +103,7 @@ jobs: run: echo PYTEST_ADDOPTS=--scheduled >> "$GITHUB_ENV" - name: Run all tests except those involving obolibrary - if: matrix.mode != 'dandi-api' + if: matrix.mode != 'dandi-api' && matrix.mode != 'obolibrary-only' run: | python -m pytest -s -v -m "not obolibrary" --cov=dandi --cov-report=xml dandi