We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99255b commit 8153924Copy full SHA for 8153924
.bazelrc
@@ -82,7 +82,7 @@ build --test_output=errors
82
83
test --test_env=CI
84
test --test_env=DASHBOARD_URL
85
-test --test_env=DISPLAY=":1"
+test --test_env=DISPLAY
86
test --test_env=FIREFOX_NIGHTLY_BINARY
87
test --test_env=GITHUB_ACTIONS
88
test --test_env=MOZ_HEADLESS
.github/workflows/bazel.yml
@@ -145,7 +145,7 @@ jobs:
145
with:
146
bazelrc: common --color=yes
147
- name: Setup Fluxbox and Xvfb
148
- if: inputs.os == 'ubuntu' && inputs.browser != ''
+ if: inputs.os == 'ubuntu'
149
run: |
150
sudo apt-get -y install fluxbox
151
Xvfb :99 &
0 commit comments