libresilient/.gitlab-ci.yml

21 wiersze
328 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
artifacts:
when: always
reports:
junit:
- junit.xml