From 62d2a437da245c84adc0dda66b26fe32edef65c6 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Wed, 12 Feb 2020 20:51:23 +0200 Subject: [PATCH] [DO-NOT-MERGE] Run appveyor tests against staging Change-type: do-not-merge Signed-off-by: Thodoris Greasidis --- appveyor.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d109be34f..887d0bf34 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,22 +13,25 @@ matrix: # what combinations to test environment: + TEST_API_URL: https://api.balena-staging.com + TEST_PAID_EMAIL: '' + TEST_PAID_PASSWORD: '' matrix: - nodejs_version: 10 - TEST_EMAIL: test2+juan@resin.io + TEST_EMAIL: sdk+tests+thgreasi+staging1@resin.io TEST_PASSWORD: - secure: JyPzqbiGRJML/FHbP/8Ixg== - TEST_USERNAME: test2_juan + secure: 8nN91Lv/+o9tRYPfuSinWw== + TEST_USERNAME: sdk_tests_thgreasi_staging1 TEST_REGISTER_EMAIL: test2+register+juan@resin.io TEST_REGISTER_PASSWORD: secure: 5q1vra242X+0xjTU5msqOQ== TEST_REGISTER_USERNAME: test2_register_juan TEST_ONLY_ON_ENVIRONMENT: node - nodejs_version: 10 - TEST_EMAIL: sdk+tests+thgreasi@resin.io + TEST_EMAIL: sdk+tests+thgreasi+staging2@resin.io TEST_PASSWORD: - secure: O8/sOQP/5A4Ykiu/T6Uvyw== - TEST_USERNAME: sdk_tests_thgreasi + secure: ByZuAvlooMo9hgo5AvXsLg== + TEST_USERNAME: sdk_tests_thgreasi_staging2 TEST_REGISTER_EMAIL: sdk+tests+thgreasi+register@resin.io TEST_REGISTER_PASSWORD: secure: cjQpH4aI3I85w1La/f0uiA==