Fix testing fork prs (#11127)
* Make sure DISPLAY is set before XVFB runs
This commit is contained in:
parent
3a1106d026
commit
f8dd04e5f7
1 changed files with 1 additions and 9 deletions
|
@ -9,9 +9,6 @@ jobs:
|
||||||
resource_class: xlarge
|
resource_class: xlarge
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
|
||||||
name: Setup for headless testing
|
|
||||||
command: sh -e /etc/init.d/xvfb start
|
|
||||||
- run:
|
- run:
|
||||||
name: Check for release
|
name: Check for release
|
||||||
command: |
|
command: |
|
||||||
|
@ -73,9 +70,6 @@ jobs:
|
||||||
resource_class: xlarge
|
resource_class: xlarge
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
|
||||||
name: Setup for headless testing
|
|
||||||
command: sh -e /etc/init.d/xvfb start
|
|
||||||
- run:
|
- run:
|
||||||
name: Check for release
|
name: Check for release
|
||||||
command: |
|
command: |
|
||||||
|
@ -137,9 +131,6 @@ jobs:
|
||||||
resource_class: xlarge
|
resource_class: xlarge
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
|
||||||
name: Setup for headless testing
|
|
||||||
command: sh -e /etc/init.d/xvfb start
|
|
||||||
- run:
|
- run:
|
||||||
name: Check for release
|
name: Check for release
|
||||||
command: |
|
command: |
|
||||||
|
@ -199,6 +190,7 @@ jobs:
|
||||||
- image: electronbuilds/electron:0.0.3
|
- image: electronbuilds/electron:0.0.3
|
||||||
environment:
|
environment:
|
||||||
TARGET_ARCH: x64
|
TARGET_ARCH: x64
|
||||||
|
DISPLAY: ':99.0'
|
||||||
resource_class: xlarge
|
resource_class: xlarge
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
Loading…
Reference in a new issue