We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274b218 commit fc330e2Copy full SHA for fc330e2
.github/workflows/build.yml
@@ -40,6 +40,7 @@ jobs:
40
- name: Install xsel
41
run: sudo apt-get install -y --no-install-recommends xsel
42
- run: pnpm install --frozen-lockfile
43
+ - run: pnpm exec playwright install-deps
44
- run: pnpm exec playwright install firefox
45
- run: pnpm build
46
- run: pnpm exec webext-agent install --addon-ids [email protected]
0 commit comments