Run tests in CI

master
Anton Smirnov 2 years ago
parent fa0a8988e8
commit cfb52712c3

@ -0,0 +1,7 @@
test:
image: node:current
before_script:
- npm install
script:
- npm test
- tests/installation/installation.sh
Loading…
Cancel
Save