23 lines
219 B
YAML
23 lines
219 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- 10
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libgconf-2-4
|
|
|
|
cache:
|
|
directories:
|
|
- ~/.npm
|
|
- ~/.cache
|
|
|
|
install:
|
|
- npm ci
|
|
|
|
before_script:
|
|
- npm run dev &
|
|
|
|
script:
|
|
- npm run cy:run |