Skip to content

Commit

Permalink
Make the E2E tests depend on black.
Browse files Browse the repository at this point in the history
If Black fails it means there will be another build anyway. As those
tests are expensive (in time and costs), there is no point in running
them twice.
  • Loading branch information
arikfr committed Oct 27, 2019
1 parent 1d1f12d commit a050f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ workflows:
- frontend-e2e-tests:
requires:
- frontend-lint
- black
- build-docker-image:
requires:
- backend-unit-tests
Expand Down

0 comments on commit a050f07

Please sign in to comment.