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:
parent
c91fbd12c0
commit
645e591256
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user