libresilient/.gitlab-ci.yml

22 wiersze
376 B
YAML
Czysty Zwykły widok Historia

#
# cache please
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
#
2021-08-25 02:44:41 +00:00
# libresilient test suite
libresilient-test:
stage: test
script:
2021-08-25 02:24:41 +00:00
- npm ci --include=dev
- npx jest --coverage --ci --reporters=default --reporters=jest-junit
2021-08-31 23:14:33 +00:00
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
artifacts:
when: always
reports:
junit:
- junit.xml