Skip to content
Snippets Groups Projects
Commit 4a817efb authored by Saurabh Kumar's avatar Saurabh Kumar
Browse files

restrict the number of parallel test

parent 91a25396
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,7 @@ jobs: ...@@ -123,6 +123,7 @@ jobs:
test-be: test-be:
executor: with-database executor: with-database
working_directory: ~/repo working_directory: ~/repo
parallelism: 4
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
...@@ -134,7 +135,7 @@ jobs: ...@@ -134,7 +135,7 @@ jobs:
python manage.py check python manage.py check
python manage.py makemigrations --check --noinput --verbosity=1 python manage.py makemigrations --check --noinput --verbosity=1
python manage.py collectstatic --noinput --no-post-process --verbosity=1 python manage.py collectstatic --noinput --no-post-process --verbosity=1
pytest --cov pytest --cov -n 2
codecov codecov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment