Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2019-07-18 01:17:37 +0300
committerMike Greiling <mike@pixelcog.com>2019-07-19 10:27:14 +0300
commitfaa17d526371a34325705b8de9594e4e9df03298 (patch)
tree80cdc2603cb0e1da0edcd9310a812b64b630a08e /.gitlab/ci/frontend.gitlab-ci.yml
parent25fa78e2f9205427274772ff620d59cc9162400c (diff)
Rename the karma:fixtures task
Introduces frontend:fixtures rake task to replace karma:fixtures and update documentation and CI scripts to match
Diffstat (limited to '.gitlab/ci/frontend.gitlab-ci.yml')
-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 22999a9d6b4..7695ce453ba 100644
--- a/.gitlab/ci/frontend.gitlab-ci.yml
+++ b/.gitlab/ci/frontend.gitlab-ci.yml
@@ -182,7 +182,7 @@ jest:
script:
- scripts/gitaly-test-spawn
- date
- - bundle exec rake karma:fixtures
+ - bundle exec rake frontend:fixtures
- date
- yarn jest --ci --coverage
artifacts: