Skip to content

Commit 8153924

Browse files
committed
[rust] Setup Xvfb always in Linux worker
1 parent e99255b commit 8153924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ build --test_output=errors
8282

8383
test --test_env=CI
8484
test --test_env=DASHBOARD_URL
85-
test --test_env=DISPLAY=":1"
85+
test --test_env=DISPLAY
8686
test --test_env=FIREFOX_NIGHTLY_BINARY
8787
test --test_env=GITHUB_ACTIONS
8888
test --test_env=MOZ_HEADLESS

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
bazelrc: common --color=yes
147147
- name: Setup Fluxbox and Xvfb
148-
if: inputs.os == 'ubuntu' && inputs.browser != ''
148+
if: inputs.os == 'ubuntu'
149149
run: |
150150
sudo apt-get -y install fluxbox
151151
Xvfb :99 &

0 commit comments

Comments
 (0)