Set DISPLAY variable for xvfb
PRs submitted from forks need this value for xvfb to run properly.
This commit is contained in:
parent
4f0e1826e5
commit
565946cdff
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ jobs:
|
||||||
- image: electronbuilds/electron:0.0.4
|
- image: electronbuilds/electron:0.0.4
|
||||||
environment:
|
environment:
|
||||||
TARGET_ARCH: ia32
|
TARGET_ARCH: ia32
|
||||||
|
DISPLAY: ':99.0'
|
||||||
resource_class: xlarge
|
resource_class: xlarge
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue