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'
script:
- 'npm install'
- 'npm install jest -g'
- 'jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=./test/'
artifacts:
when: always

Loading…
Cancel
Save