Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 26, 2024
1 parent 394fd50 commit b256e8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
mv unit_tests.py test_unit.py
mv unit_tests_workbench_config.py test_unit_workbench_config.py
cd ..
pytest --ignore=tests/test_islandora.py
--ignore=tests/test_islandora_check.py
--ignore=tests/test_islandora_hooks.py
pytest --ignore=tests/test_islandora.py \
--ignore=tests/test_islandora_check.py \
--ignore=tests/test_islandora_hooks.py \
--ignore=tests/test_islandora_paged_content.py

0 comments on commit b256e8e

Please sign in to comment.