mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-24 04:07:06 +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 = {
|
||||
listeners,
|
||||
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);
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ async function checkTerraform () {
|
|||
const options = {
|
||||
listeners,
|
||||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue