starting to set-up testing env (ref. #6)

merge-requests/9/merge
Michał 'rysiek' Woźniak 2021-08-24 23:29:12 +00:00
rodzic b77e595009
commit 0971b70f63
1 zmienionych plików z 15 dodań i 0 usunięć

15
.gitlab-ci.yml 100644
Wyświetl plik

@ -0,0 +1,15 @@
#
# cache please
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
#
# samizdat.is production environment
libresilient-test:
stage: test
script:
- npm i --save-dev jest
- npx jest -c '{}'