We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd9d3f commit e7de47cCopy full SHA for e7de47c
1 file changed
.github/workflows/update-screenshots.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install dependencies
43
run: npm i
44
- name: Install Playwright Browsers
45
- run: npx playwright install chromium
+ run: npx playwright install chromium firefox
46
- name: Update screenshots
47
run: node --run visual:update
48
- name: Push new screenshots
0 commit comments