ci: get chrome version tied to puppeteer version (#55536)

This commit is contained in:
Oliver Eyton-Williams
2024-07-17 17:47:58 +02:00
committed by GitHub
parent 03c1393dc7
commit 5820d73b3a
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -148,7 +148,7 @@ jobs:
pnpm install
- name: Install Chrome for Puppeteer
run: pnpm dlx puppeteer browsers install chrome
run: pnpm -F=curriculum install-puppeteer
- name: Run Tests
run: pnpm test
@@ -198,7 +198,7 @@ jobs:
pnpm install
- name: Install Chrome for Puppeteer
run: pnpm dlx puppeteer browsers install chrome
run: pnpm -F=curriculum install-puppeteer
- name: Run Tests
run: pnpm test
@@ -259,7 +259,7 @@ jobs:
pnpm run build
- name: Install Chrome for Puppeteer
run: pnpm dlx puppeteer browsers install chrome
run: pnpm -F=curriculum install-puppeteer
- name: Run Tests
env: