Skip to content

Commit 14fc4f6

Browse files
Update bazel.yml
1 parent 0e193aa commit 14fc4f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/bazel.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ jobs:
139139
uses: bazel-contrib/[email protected]
140140
with:
141141
bazelrc: common --color=yes
142-
- name: Setup Fluxbox and Xvfb
143-
if: inputs.os == 'ubuntu' && inputs.browser != ''
144-
run: |
145-
sudo apt-get -y install fluxbox
146-
Xvfb :99 &
147-
fluxbox -display :99 &
148-
echo "DISPLAY=:99" >> "$GITHUB_ENV"
142+
# - name: Setup Fluxbox and Xvfb
143+
# if: inputs.os == 'ubuntu' && inputs.browser != ''
144+
# run: |
145+
# sudo apt-get -y install fluxbox
146+
# Xvfb :99 &
147+
# fluxbox -display :99 &
148+
# echo "DISPLAY=:99" >> "$GITHUB_ENV"
149149
- name: Set resolution
150150
if: inputs.os == 'windows' && inputs.browser != ''
151151
run: Set-DisplayResolution -Width 1920 -Height 1080 -Force

0 commit comments

Comments
 (0)