libresilient/.gitlab-ci.yml

16 wiersze
197 B
YAML
Czysty Zwykły widok Historia

#
# cache please
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
#
# samizdat.is production environment
libresilient-test:
stage: test
script:
2021-08-25 01:47:02 +00:00
- npm i
- npx jest -c '{}'