Skip to content

Commit

Permalink
Add Firefox to CI browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
heeboA committed Nov 6, 2024
1 parent 842fd45 commit 030df85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-${{ hashFiles('./package-lock.json') }}
- run: npx playwright install --with-deps chromium
- run: npx playwright install --with-deps chromium firefox
- name: Install deps
# Don't run prepare step, since it runs tests also.
run: npm ci --ignore-scripts
Expand Down

0 comments on commit 030df85

Please sign in to comment.