appveyor: Attempt to enable ssh for debugging
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
This commit is contained in:
parent
cbc0f7a37a
commit
10e45b33ee
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@ clone_depth: 1
|
|||
build_cloud: Docker
|
||||
|
||||
environment:
|
||||
APPVEYOR_SSH_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBRMxhawMlUlQ8l4pOaeHsZl8XDO54WQngkYM1U/XB4m samsyn\jonatan@JonatanAMD
|
||||
docker_image: node:16-alpine
|
||||
npm_config_cache: /appveyor/projects/cache
|
||||
|
||||
|
@ -28,3 +29,7 @@ test_script:
|
|||
npm install
|
||||
npm test
|
||||
npm run test:integration
|
||||
|
||||
on_finish:
|
||||
- sh: export APPVEYOR_SSH_BLOCK=true
|
||||
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
|
||||
|
|
Loading…
Reference in a new issue