mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
* add spellcheck for the typescript code * update CI config * update spellcheck rules * update spellcheck config and code * run spellcheck for e2e tests * disable e2e test * disable cypress for now
25 lines
331 B
YAML
25 lines
331 B
YAML
dist: trusty
|
|
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
addons:
|
|
chrome: stable
|
|
|
|
language: node_js
|
|
node_js:
|
|
- "8"
|
|
|
|
before_script:
|
|
# Disable services enabled by default
|
|
- sudo /etc/init.d/postgresql stop
|
|
|
|
install:
|
|
- npm install -g npm@latest
|
|
- npm ci
|
|
|
|
script:
|
|
# - docker-compose stop
|
|
- npm run build && npm run e2e:docker
|