only run tests when files have changed

pull/1/head
Tao Bojlén 2020-05-19 14:50:31 +01:00
rodzic dd2b43a9bf
commit 94034ee538
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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: