mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: Issue Analyzer for Firefox (#9862)
This commit is contained in:
parent
eddb1f6ec3
commit
1ffe403a1d
4
.github/workflows/issue-analyzer.yml
vendored
4
.github/workflows/issue-analyzer.yml
vendored
@ -93,6 +93,10 @@ jobs:
|
||||
run: ${{ env.PACKAGE_MANAGER }} install
|
||||
env:
|
||||
YARN_ENABLE_IMMUTABLE_INSTALLS: false
|
||||
- name: Install dependencies Firefox
|
||||
run: node ./node_modules/puppeteer/install.js
|
||||
env:
|
||||
PUPPETEER_PRODUCT: firefox
|
||||
- name: Verify issue
|
||||
timeout-minutes: 10
|
||||
run: ${{ env.PACKAGE_MANAGER }} run verify
|
||||
|
Loading…
Reference in New Issue
Block a user