From b3fd13506cf2243863d6fb556138a463a5043f80 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 21 Sep 2017 16:19:10 +0200 Subject: [PATCH] add windows test --- .gitlab-ci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 373a0f0..2d9c983 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ cache: stages: - mirror - test -- external - release - trigger - pages @@ -32,6 +31,17 @@ testLEGACY: - docker allow_failure: true +testStableWindows: + stage: test + script: + - yarn global add npmts + - yarn install + - yarn test + coverage: /\d+.?\d+?\%\s*coverage/ + tags: + - windows + allow_failure: false + testLTS: stage: test script: