From 1172abafa5d31bd79fe5941d603861a020dd164f Mon Sep 17 00:00:00 2001 From: Rostislav Provodenko <60982217+rprovodenko@users.noreply.github.com> Date: Thu, 17 Feb 2022 15:46:49 +0300 Subject: [PATCH] fix: appveyor (#133) --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f261a09..63b8db9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,8 @@ environment: nodejs_version: "12" install: + - brew install openssl + - export OPENSSL_ROOT_DIR=/usr/local/opt/openssl - npm install -g yarn - yarn install --frozen-lockfile - yarn prebuild:upload @@ -19,4 +21,4 @@ test_script: - rm -rf ./* - git reset --hard - yarn install --frozen-lockfile - - yarn test + - yarn test:ci