libresilient/.gitlab-ci.yml

21 wiersze
328 B
YAML

#
# cache please
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
#
# libresilient test suite
libresilient-test:
stage: test
script:
- npm ci --include=dev
- npx jest --coverage --ci --reporters=default --reporters=jest-junit
artifacts:
when: always
reports:
junit:
- junit.xml