mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(ci): install chrome for puppeteer (#55641)
This commit is contained in:
committed by
GitHub
parent
3cd0ca304f
commit
f832d3b626
+4
-1
@@ -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 }}
|
||||
Reference in New Issue
Block a user