Skip to content

Commit

Permalink
Use fluxbox as window manager for xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Sep 15, 2022
1 parent 7387bc9 commit 8ab647c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-python.yml
Expand Up @@ -183,6 +183,8 @@ jobs:
uses: ./.github/actions/setup-firefox
- name: Start XVFB
run: Xvfb :99 &
- name: Start Fluxbox
run: sudo apt-get -y install fluxbox && fluxbox &
- name: Run browser tests in Firefox (Remote)
uses: ./.github/actions/bazel
with:
Expand Down Expand Up @@ -221,6 +223,8 @@ jobs:
uses: ./.github/actions/setup-firefox
- name: Start XVFB
run: Xvfb :99 &
- name: Start Fluxbox
run: sudo apt-get -y install fluxbox && fluxbox &
- name: Run browser tests in Firefox
uses: ./.github/actions/bazel-test
with:
Expand Down

0 comments on commit 8ab647c

Please sign in to comment.