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:
parent
a578c725c8
commit
ad1e447252
@ -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…
Reference in New Issue
Block a user