Skip to content

Commit

Permalink
fix: install firefox in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Apr 26, 2024
1 parent 3bf164b commit a9c5ef8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: 🦊 Setup firefox
id: setup-firefox
uses: browser-actions/setup-firefox@v1
with:
firefox-version: latest
- name: 💚 Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a9c5ef8

Please sign in to comment.