mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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:
|
only:
|
||||||
- /^Version-v(\d+)[.](\d+)[.](\d+)/
|
- /^Version-v(\d+)[.](\d+)[.](\d+)/
|
||||||
- prep-deps
|
- prep-deps
|
||||||
- test-deps-audit
|
- test-deps-audit:
|
||||||
|
requires:
|
||||||
|
- prep-deps
|
||||||
- test-deps-depcheck:
|
- test-deps-depcheck:
|
||||||
requires:
|
requires:
|
||||||
- prep-deps
|
- prep-deps
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
set -u
|
set -u
|
||||||
|
set -x
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
# use `improved-yarn-audit` since that allows for exclude
|
# use `improved-yarn-audit` since that allows for exclude
|
||||||
|
Loading…
x
Reference in New Issue
Block a user