fix: make ci fail when compiler integration test fails
This commit is contained in:
parent
d44d0852e5
commit
5941c92a31
|
@ -26,6 +26,7 @@ cp -v package.json $TMP
|
||||||
# run in subshell to avoid polluting cwd
|
# run in subshell to avoid polluting cwd
|
||||||
(
|
(
|
||||||
cd $TMP
|
cd $TMP
|
||||||
|
set -ex -o pipefail
|
||||||
npm install ${PKGS[*]}
|
npm install ${PKGS[*]}
|
||||||
# TODO(alexeagle): allow this to be npm link instead
|
# TODO(alexeagle): allow this to be npm link instead
|
||||||
npm install ${LINKABLE_PKGS[*]}
|
npm install ${LINKABLE_PKGS[*]}
|
||||||
|
|
Loading…
Reference in New Issue