diff --git a/package.json b/package.json index fc6476b..b8daa6e 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "test": "elm-test", "test-render": "node tests-rendering/automation/run.js --chrome", "test-render-sauce": "source sauce.env; node tests-rendering/automation/run.js --sauce", - "test-render-sauce-automated-old": "node tests-rendering/automation/run.js --sauce", - "test-render-sauce-automated": "bash tests-rendering/automation/add-key-to-ssh.sh", + "test-render-sauce-automated": "node tests-rendering/automation/run.js --sauce", + "test-render-sauce-automated-check-ssh": "bash tests-rendering/automation/add-key-to-ssh.sh", "bench": "node benchmarks/runtime/index.js" }, "repository": { diff --git a/tests-rendering/automation/run.js b/tests-rendering/automation/run.js index f3d05a2..c87f327 100644 --- a/tests-rendering/automation/run.js +++ b/tests-rendering/automation/run.js @@ -192,6 +192,8 @@ async function run_test(driver, url) { var results = [] + childProcess.execSync("sh tests-rendering/automation/add-key-to-ssh.sh"); + // Publish to netlify childProcess.execSync("sh tests-rendering/automation/publish-file.sh", { env: {