mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-26 10:55:19 +03:00
check for auth within js code
This commit is contained in:
parent
6faac52434
commit
ede7403a07
@ -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": {
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user