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: