mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
ci - fix yarn-audit (#12738)
* ci/yarn-audit - ensure error propagation * ci/yarn-audit - ensure dependencies are installed first
This commit is contained in:
parent
2c6fb06114
commit
f5f2f38ea5
@ -25,7 +25,9 @@ workflows:
|
||||
only:
|
||||
- /^Version-v(\d+)[.](\d+)[.](\d+)/
|
||||
- prep-deps
|
||||
- test-deps-audit
|
||||
- test-deps-audit:
|
||||
requires:
|
||||
- prep-deps
|
||||
- test-deps-depcheck:
|
||||
requires:
|
||||
- prep-deps
|
||||
|
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
set -u
|
||||
set -x
|
||||
set -o pipefail
|
||||
|
||||
# use `improved-yarn-audit` since that allows for exclude
|
||||
|
Loading…
Reference in New Issue
Block a user