Skip to content

Commit

Permalink
do we have the latest version of the script?
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Jul 4, 2024
1 parent fb12834 commit 64887d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/cht-docker-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ const ensureScriptExists = async () => {
}

if (!fs.existsSync(dockerHelperScript)) {
console.log('downloading script');

Check warning on line 31 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / Build for Node version 18.x

Unexpected console statement

Check warning on line 31 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / Build for Node version 20.x

Unexpected console statement

Check warning on line 31 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / Build for Node version 20.x

Unexpected console statement

Check warning on line 31 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / Build for Node version 18.x

Unexpected console statement

Check warning on line 31 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / E2E tests

Unexpected console statement

Check warning on line 31 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / E2E tests

Unexpected console statement
await downloadDockerHelperScript();
}
console.log(fs.readFileSync(dockerHelperScript).toString());

Check warning on line 34 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / Build for Node version 18.x

Unexpected console statement

Check warning on line 34 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / Build for Node version 20.x

Unexpected console statement

Check warning on line 34 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / Build for Node version 20.x

Unexpected console statement

Check warning on line 34 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / Build for Node version 18.x

Unexpected console statement

Check warning on line 34 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / E2E tests

Unexpected console statement

Check warning on line 34 in test/e2e/cht-docker-utils.js

View workflow job for this annotation

GitHub Actions / E2E tests

Unexpected console statement
};

const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms));
Expand Down

0 comments on commit 64887d4

Please sign in to comment.