Skip to content

Commit

Permalink
Merge pull request #2179 from uktrade/parallelise-migration-tests
Browse files Browse the repository at this point in the history
Add parallelism to migration tests
  • Loading branch information
kevincarrogan authored Sep 13, 2024
2 parents 8007156 + ccf6d8b commit 873172c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ jobs:
environment:
<<: *common_env_vars
LITE_API_ENABLE_ES: True
parallelism: 5
steps:
- setup
- run:
Expand All @@ -299,6 +300,7 @@ jobs:
environment:
<<: *common_env_vars
LITE_API_ENABLE_ES: True
parallelism: 5
steps:
- setup
- run:
Expand Down

0 comments on commit 873172c

Please sign in to comment.