mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
18 lines
226 B
YAML
18 lines
226 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|
|
services:
|
|
- docker
|
|
- neo4j
|
|
|
|
install:
|
|
- git submodule update --remote --merge
|
|
- yarn global add cypress
|
|
|
|
script:
|
|
- cypress run
|