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 f1ffd93 commit 5fa37b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ 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)
pytest -v --color=yes --code-highlight=yes --log-level=DEBUG $TESTS
TESTS=$(circleci tests glob "doajtest/unit/**/*.py" | head | circleci tests split)
pytest -v --color=yes --code-highlight=yes --log-level=DEBUG $TESTS > /tmp/circleci-test-results
- store_test_results:
path: circleci-test-results
path: /tmp/circleci-test-results

working_directory: ~/doaj

Expand Down

0 comments on commit 5fa37b6

Please sign in to comment.