summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2019-07-08 23:10:17 +0200
committerTim Zallmann <tzallmann@gitlab.com>2019-07-08 23:10:17 +0200
commitb0a56a67e33858788d4b858ff3ee19f04759e35a (patch)
tree1512ceed81b66db49195c4b488711a4420c7c2ab
parentcd2e486be926556e8edbbaebfb8c9151fcd4ae66 (diff)
downloadgitlab-ce-tz-testing-jest.tar.gz
Added the specific directories so jest doesn't need to search too muchtz-testing-jest
-rw-r--r--.gitlab/ci/frontend.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml
index afba5ffa5b8..96f7c1051c2 100644
--- a/.gitlab/ci/frontend.gitlab-ci.yml
+++ b/.gitlab/ci/frontend.gitlab-ci.yml
@@ -192,7 +192,7 @@ jest:
- date
- bundle exec rake karma:fixtures
- date
- - yarn jest --ci --forceExit --maxWorkers=2
+ - yarn jest --ci --forceExit --maxWorkers=2 spec/frontend/**/*
artifacts:
name: coverage-frontend
expire_in: 31d