From 94034ee538af1479050c80df6fb7f956add95588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= <2803708-tao_oat@users.noreply.gitlab.com> Date: Tue, 19 May 2020 14:50:31 +0100 Subject: [PATCH] only run tests when files have changed --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dd613f..ac1c6fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ test-frontend: - frontend/.yarn only: changes: - - frontend/* + - frontend/**/* test-backend: stage: test @@ -22,7 +22,7 @@ test-backend: MIX_ENV: test only: changes: - - backend/* + - backend/**/* before_script: - cd backend script: