Skip to content

Commit

Permalink
⬆️ Install firefox in the CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed May 11, 2024
1 parent a7b1a8e commit c9ccd8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: "npm"
- name: Install firefox
run: brew install --cask firefox
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit c9ccd8d

Please sign in to comment.