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 d7f8b0a commit 74395b9
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 @@ -27,7 +27,7 @@ jobs:
echo "ELASTICSEARCH_HOSTS = [{'host': 'localhost', 'port': 9200}]" > test.cfg
python portality/cms/build_fragments.py
python portality/cms/build_sass.py
TESTS=$(circleci tests glob "doajtest/unit/**/*.py" | circleci tests split)
TESTS=$(circleci tests glob "doajtest/unit/**/test_background*.py" | circleci tests split)
pytest -v --color=yes --code-highlight=yes --log-level=DEBUG $TESTS | tee circleci-test-results
- store_test_results:
path: circleci-test-results
Expand Down

0 comments on commit 74395b9

Please sign in to comment.