libresilient/.gitlab-ci.yml

16 wiersze
214 B
YAML

#
# cache please
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
#
# samizdat.is production environment
libresilient-test:
stage: test
script:
- npm install --only=dev
- npx jest -c '{}'