Update .gitlab-ci.yml file

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

@ -7,6 +7,7 @@ javascript:
script:
- 'npm install'
- 'npm install jest -g'
- 'cp configs/secrets.js.example configs/secrets.js'
- 'jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=./test/'
artifacts:
when: always

Loading…
Cancel
Save