mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-26 21:13:38 +00:00
fix tests
This commit is contained in:
parent
7689e7985c
commit
aaefa6a88c
2 changed files with 2 additions and 2 deletions
2
dist/index1.js
vendored
2
dist/index1.js
vendored
|
|
@ -27222,7 +27222,7 @@ async function checkTerraform () {
|
||||||
const options = {
|
const options = {
|
||||||
listeners,
|
listeners,
|
||||||
ignoreReturnCode: true,
|
ignoreReturnCode: true,
|
||||||
silent: true, // avoid printing command in stdout: https://github.com/actions/toolkit/issues/649
|
silent: true // avoid printing command in stdout: https://github.com/actions/toolkit/issues/649
|
||||||
};
|
};
|
||||||
const exitCode = await exec(pathToCLI, args, options);
|
const exitCode = await exec(pathToCLI, args, options);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ async function checkTerraform () {
|
||||||
const options = {
|
const options = {
|
||||||
listeners,
|
listeners,
|
||||||
ignoreReturnCode: true,
|
ignoreReturnCode: true,
|
||||||
silent: true, // avoid printing command in stdout: https://github.com/actions/toolkit/issues/649
|
silent: true // avoid printing command in stdout: https://github.com/actions/toolkit/issues/649
|
||||||
};
|
};
|
||||||
const exitCode = await exec(pathToCLI, args, options);
|
const exitCode = await exec(pathToCLI, args, options);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue