Skip to content

Commit 3ce12e1

Browse files
committed
test
1 parent cbbca36 commit 3ce12e1

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

.github/actions/build-and-test/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ runs:
2727
dist_firefox_v3
2828
- name: Install Puppeteer Browsers
2929
shell: bash
30-
run: env NODE_DEBUG="puppeteer:browsers:*" npx puppeteer browsers install
30+
env:
31+
PUPPETEER_SKIP_CHROME_DOWNLOAD: false
32+
PUPPETEER_SKIP_FIREFOX_DOWNLOAD: false
33+
PUPPETEER_SKIP_CHROME_HEADLESS_SHELL_DOWNLOAD: false
34+
run: npx puppeteer browsers install
3135
- name: Install Edge
3236
id: install-edge
3337
shell: bash

.puppeteerrc.cjs

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/pages/background/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { createWebRequestHandler } from './request-handler/web-request-handler';
88
import { doUpgrade } from './upgrade';
99

1010
let initd = false;
11-
1211
function init() {
1312
if (initd) {
1413
return;

0 commit comments

Comments
 (0)