libresilient/.gitlab-ci.yml

16 wiersze
204 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
2021-08-29 13:09:43 +00:00
- npx jest --coverage