test github access with script

This commit is contained in:
Matthew Griffith 2020-03-13 19:18:19 -04:00
parent fac4cd6753
commit 662a9988f5
2 changed files with 5 additions and 4 deletions

View File

@ -7,7 +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": "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",
"bench": "node benchmarks/runtime/index.js"
},
"repository": {

View File

@ -1,7 +1,7 @@
#!/bin/bash
eval $(ssh-agent -s)
# ssh-add <(echo "$ELM_UI_TESTING_SSH_PRIVATE_KEY")
ssh-add - <<< "${ELM_UI_TESTING_SSH_PRIVATE_KEY}"
# eval $(ssh-agent -s)
# # ssh-add <(echo "$ELM_UI_TESTING_SSH_PRIVATE_KEY")
# ssh-add - <<< "${ELM_UI_TESTING_SSH_PRIVATE_KEY}"
# List out your new key's fingerprint
ssh-add -l