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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-05-30 13:35:47 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-05-30 13:35:47 +0300
commit3a795e585affd982fbbfd0a188df0d7b76b328f6 (patch)
treee7c226d168cf97b5a0e2e43416b51e9c7e18ab2b /.gitlab-ci.yml
parent60aefa74ca12a5aa690cb64196013836bd4f960a (diff)
Split Make targets for tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a24ee9e..5a9bd8a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -297,7 +297,7 @@ rspec:
stage: test
script:
- yarn install --cache-folder .yarn-cache
- - bundle exec rspec
+ - make rspec-tests
#
# Run JavaScript tests
@@ -310,7 +310,7 @@ jest:
needs: []
stage: test
script:
- - yarn test
+ - make jest-tests
#
# Lint JavaScript
@@ -323,8 +323,8 @@ js_lint:
needs: []
stage: test
script:
- - yarn eslint
- - yarn prettier
+ - make eslint-tests
+ - make prettier-tests
#
# Lint SCSS
@@ -337,7 +337,7 @@ stylelint:
needs: []
stage: test
script:
- - scripts/run-stylelint.sh
+ - make stylelint-tests
#
# Yamllint of *.yml for .gitlab-ci.yml.