check for auth within js code

This commit is contained in:
Matthew Griffith 2020-03-13 19:25:00 -04:00
parent 6faac52434
commit ede7403a07
2 changed files with 4 additions and 2 deletions

View File

@ -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": {

View File

@ -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: {