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 bf9d71b commit 24fb4bb
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 @@ -28,7 +28,7 @@ jobs:
python portality/cms/build_fragments.py
python portality/cms/build_sass.py
TESTS=$(circleci tests glob "doajtest/unit/**/*.py" | head -n 10 | circleci tests split)
pytest -v --color=yes --code-highlight=yes --log-level=DEBUG $TESTS | tee circleci-test-results
pytest -v --color=yes --code-highlight=yes --log-level=DEBUG $TESTS
- store_test_results:
path: circleci-test-results

Expand Down

0 comments on commit 24fb4bb

Please sign in to comment.