Update .gitlab-ci.yml file

indiachan-spamvector
Thomas Lynch 2 years ago
parent 0e962d18a4
commit 53b12aa578
  1. 1
      .gitlab-ci.yml

@ -6,6 +6,7 @@ javascript:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
script: script:
- 'npm install' - 'npm install'
- 'npm install jest -g'
- 'jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=./test/' - 'jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=./test/'
artifacts: artifacts:
when: always when: always

Loading…
Cancel
Save