Update .gitlab-ci.yml
This commit is contained in:
@@ -56,6 +56,10 @@ build_project:
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- npm ls jest
|
||||
- npm ls vue-jest
|
||||
- npm ls @vue/test-utils
|
||||
- npm ls babel-jest
|
||||
- npm run test
|
||||
when: on_success
|
||||
only:
|
||||
|
||||
Reference in New Issue
Block a user