appveyor: Attempt to enable ssh for debugging
continuous-integration/appveyor/branch AppVeyor build failed Details

This commit is contained in:
Jonatan Nilsson 2022-02-16 12:16:38 +00:00
parent cbc0f7a37a
commit 10e45b33ee
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,7 @@ clone_depth: 1
build_cloud: Docker build_cloud: Docker
environment: environment:
APPVEYOR_SSH_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBRMxhawMlUlQ8l4pOaeHsZl8XDO54WQngkYM1U/XB4m samsyn\jonatan@JonatanAMD
docker_image: node:16-alpine docker_image: node:16-alpine
npm_config_cache: /appveyor/projects/cache npm_config_cache: /appveyor/projects/cache
@ -28,3 +29,7 @@ test_script:
npm install npm install
npm test npm test
npm run test:integration 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 -