Added ci specific e2e and test scripts
This commit is contained in:
parent
ed738b287a
commit
cea000b90c
4 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,8 @@ addons:
|
|||
language: node_js
|
||||
node_js:
|
||||
- 8
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_9d2af3734b6c_key -iv $encrypted_9d2af3734b6c_iv -in src/environments/environment.ci.ts.enc -out src/environments/environment.ci.ts -d
|
||||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
|
|
Reference in a new issue