Run tests in CI
parent
fa0a8988e8
commit
cfb52712c3
@ -0,0 +1,7 @@
|
||||
test:
|
||||
image: node:current
|
||||
before_script:
|
||||
- npm install
|
||||
script:
|
||||
- npm test
|
||||
- tests/installation/installation.sh
|
Loading…
Reference in New Issue