fix(ci): install chrome for puppeteer (#55641)

pull/55637/head^2
Oliver Eyton-Williams 2024-07-24 21:59:41 +02:00 committed by GitHub
parent 3cd0ca304f
commit f832d3b626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: CI - Node.js - i18n
name: CI - Node.js - i18n - Submodule
on:
# Run on push events, but only for the below branches
@ -63,6 +63,9 @@ jobs:
run: |
pnpm run build
- name: Install Chrome for Puppeteer
run: pnpm -F=curriculum install-puppeteer
- name: Run Tests
env:
CURRICULUM_LOCALE: ${{ matrix.locale }}