diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-07-17 17:17:37 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-07-19 02:27:14 -0500 |
commit | faa17d526371a34325705b8de9594e4e9df03298 (patch) | |
tree | 80cdc2603cb0e1da0edcd9310a812b64b630a08e /.gitlab | |
parent | 25fa78e2f9205427274772ff620d59cc9162400c (diff) | |
download | gitlab-ce-faa17d526371a34325705b8de9594e4e9df03298.tar.gz |
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')
-rw-r--r-- | .gitlab/ci/frontend.gitlab-ci.yml | 2 |
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: |