Skip to content

Commit

Permalink
build: Setup firefox using a reusable action.
Browse files Browse the repository at this point in the history
In ubuntu-22.04 and later, firefox is installed from a snap and is extra
sandboxed making it harder for the old gulp/karma setup in this repo to
fully access it for testing.
  • Loading branch information
feanil committed Sep 16, 2024
1 parent 8ecef55 commit cb86203
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
run: bundle install

- name: Install Firefox
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y firefox xvfb
uses: browser-actions/setup-firefox@v1

- name: Run Gulp
uses: GabrielBB/xvfb-action@v1
Expand Down

0 comments on commit cb86203

Please sign in to comment.