From e7c3dc0cd7037ec0ba54f1e354b88bdac35db6bf Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Fri, 20 Aug 2021 11:45:03 +0200 Subject: [PATCH] Run tests when changing the variants guessing code --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 835110a..986f0d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,8 @@ variants: interruptible: true rules: - changes: + - src/modules/GtkVariants.js + - src/modules/ShellVariants.js - tests/**/*.js script: - npm run test-variants