Skip to content

Commit

Permalink
⏪ Revert running e2e tests in parallel
Browse files Browse the repository at this point in the history
Pickle errors are too complicated to debug.
  • Loading branch information
sergei-maertens committed Apr 4, 2024
1 parent 2701593 commit 3128001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
run: |
python src/manage.py compilemessages
python src/manage.py collectstatic --noinput --link
src/manage.py test src --parallel 4 --tag=e2e
src/manage.py test src --tag=e2e
env:
DJANGO_SETTINGS_MODULE: openforms.conf.ci
SECRET_KEY: dummy
Expand Down

0 comments on commit 3128001

Please sign in to comment.