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