fix: add more verbosity to validation (#747)

* fix: add more verbosity to validation

* fix: more verbosity on tests

* fix: use proper variable for sig
This commit is contained in:
Tom Hu
2022-05-31 11:29:46 -04:00
committed by GitHub
parent a2d3766e60
commit 95faa5a026
6 changed files with 27 additions and 8 deletions

View File

@@ -176,7 +176,7 @@ const buildExec = () => {
uploaderVersion = 'latest';
}
return {execArgs, options, failCi, os, uploaderVersion};
return {execArgs, options, failCi, os, uploaderVersion, verbose};
};
export default buildExec;