Skip to content

Commit

Permalink
Merge branch 'dev' into LTD-5944-f680-doc-generation-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
depsiatwal authored Feb 26, 2025
2 parents 905940a + da5172a commit 6b625ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,15 @@ jobs:
parallelism: 10
steps:
- setup
- run: mkdir test_results
- run:
name: Run tests
command: |
pipenv run pytest --circleci-parallelize --cov=. --cov-report xml --cov-config=.coveragerc --ignore lite_routing --ignore api/anonymised_db_dumps -k "not seeding and not elasticsearch and not performance and not migration and not db_anonymiser and not requires_transactions"
pipenv run pytest --circleci-parallelize --cov=. --cov-report xml --cov-config=.coveragerc --junit-xml=test_results/results.xml --ignore lite_routing --ignore api/anonymised_db_dumps -k "not seeding and not elasticsearch and not performance and not migration and not db_anonymiser and not requires_transactions"
- upload_code_coverage:
alias: tests
- store_test_results:
path: test_results

seeding_tests:
docker:
Expand Down

0 comments on commit 6b625ce

Please sign in to comment.