Run `test-deps` in parallel with `prep-deps-npm` (#6909)

`test-deps` runs `npm audit`, which doesn't require the dependencies to
be installed. `npm audit` just uses the lockfile.
feature/default_network_editable
Mark Stacey 5 years ago committed by GitHub
parent a578c725c8
commit ad1e447252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml

@ -10,6 +10,7 @@ workflows:
only:
- /^Version-v(\d+)[.](\d+)[.](\d+)/
- prep-deps-npm
- test-deps
- prep-build:
requires:
- prep-deps-npm
@ -29,9 +30,6 @@ workflows:
- test-lint:
requires:
- prep-deps-npm
- test-deps:
requires:
- prep-deps-npm
- test-e2e-chrome:
requires:
- prep-deps-npm

Loading…
Cancel
Save