1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 03:20:23 +01:00

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.
This commit is contained in:
Mark Stacey 2019-07-25 14:07:54 -03:00 committed by GitHub
parent a578c725c8
commit ad1e447252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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