npm: add CI=true environment

The jest test framework needs this variable to exit after test execution.

Change-Id: I40916716da04b7e86038d05385afc7e24bce6afa
This commit is contained in:
Tristan Cacqueray 2018-08-15 08:37:30 +00:00
parent c91fbd12c0
commit 645e591256
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
# framebuffer is set up for doing browser tests.
environment:
DISPLAY: ':99'
CI: 'true'
args:
chdir: "{{ zuul_work_dir }}"
@ -20,5 +21,6 @@
# framebuffer is set up for doing browser tests.
environment:
DISPLAY: ':99'
CI: 'true'
args:
chdir: "{{ zuul_work_dir }}"