From 35b82934f1233d4c819485cad926bc3055e16a12 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Fri, 18 Feb 2022 06:34:24 +0000 Subject: [PATCH] Appveyor stuff --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 9eaadfd..1f164e6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,9 @@ test_script: chmod -R 777 /appveyor/projects npm install npm test + echo running test integration npm run test:integration + echo Success on_finish: - sh: export APPVEYOR_SSH_BLOCK=true