Skip to content

Commit cbbca36

Browse files
committed
test
1 parent 7f12752 commit cbbca36

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ runs:
2525
dist_chrome_v3
2626
dist_firefox_v2
2727
dist_firefox_v3
28+
- name: Install Puppeteer Browsers
29+
shell: bash
30+
run: env NODE_DEBUG="puppeteer:browsers:*" npx puppeteer browsers install
2831
- name: Install Edge
2932
id: install-edge
3033
shell: bash
@@ -39,11 +42,6 @@ runs:
3942
microsoft-edge --version
4043
EDGE_PATH=$(which microsoft-edge)
4144
echo "edge-path=$EDGE_PATH" >> $GITHUB_OUTPUT
42-
- name: Install Puppeteer Browsers
43-
shell: bash
44-
env:
45-
NODE_DEBUG: "puppeteer:browsers:*"
46-
run: npx puppeteer browsers install
4745
- name: Test
4846
shell: bash
4947
env:

src/pages/background/index.ts

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

1010
let initd = false;
11+
1112
function init() {
1213
if (initd) {
1314
return;

0 commit comments

Comments
 (0)