mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
17 lines
175 B
YAML
17 lines
175 B
YAML
|
language: node_js
|
||
|
|
||
|
node_js:
|
||
|
- '12'
|
||
|
|
||
|
env:
|
||
|
- workerCount=3 timeout=600000
|
||
|
|
||
|
script:
|
||
|
- npm run test
|
||
|
|
||
|
install:
|
||
|
- npm run bootstrap
|
||
|
|
||
|
cache:
|
||
|
directories:
|
||
|
- node_modules
|