remove ssh script in favor of another github action

This commit is contained in:
Matthew Griffith 2020-03-13 19:11:38 -04:00
parent 5ca3fcef30
commit fac4cd6753

View File

@ -7,8 +7,7 @@
"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": "bash tests-rendering/automation/add-key-to-ssh.sh;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",
"bench": "node benchmarks/runtime/index.js"
},
"repository": {