Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkcl committed Nov 23, 2023
1 parent aaaa676 commit 3c56a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run:
name: Run unit tests
command: |
TESTS=$(circleci tests glob "doajtest/unit/test_background_*.py" | circleci tests split)
TESTS=$(circleci tests glob "doajtest/unit/test_lib*.py" | circleci tests split)
pytest -v --color=yes --code-highlight=yes --log-level=DEBUG --junitxml=test-results/doajtest-unit.xml $TESTS
- store_test_results:
path: test-results
Expand Down

0 comments on commit 3c56a39

Please sign in to comment.