mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-28 14:01:28 -04:00
fix(CI): switch checks high progress langs (#51415)
This commit is contained in:
committed by
GitHub
parent
2c37e18c7a
commit
bd48d21776
12
.github/workflows/node.js-tests.yml
vendored
12
.github/workflows/node.js-tests.yml
vendored
@@ -256,7 +256,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [18.x]
|
||||
locale: [chinese, espanol]
|
||||
locale: [portuguese, italian]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
@@ -293,7 +293,15 @@ jobs:
|
||||
echo pnpm version $(pnpm -v)
|
||||
pnpm install
|
||||
pnpm run create:config
|
||||
pnpm run build:curriculum
|
||||
|
||||
# DONT REMOVE THIS STEP.
|
||||
# TODO: Refactor and use re-usable workflow and shared artifacts
|
||||
- name: Build Client in ${{ matrix.locale }}
|
||||
env:
|
||||
CURRICULUM_LOCALE: ${{ matrix.locale }}
|
||||
CLIENT_LOCALE: ${{ matrix.locale }}
|
||||
run: |
|
||||
pnpm run build
|
||||
|
||||
- name: Run Tests
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user