mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(actions): update workflow name, better array (#54155)
This commit is contained in:
committed by
GitHub
parent
2e8cef6673
commit
5251ad3264
@@ -1,4 +1,4 @@
|
||||
name: CI - Node.js
|
||||
name: CI - Node.js - i18n
|
||||
env:
|
||||
NODE_OPTIONS: '--max_old_space_size=6144'
|
||||
|
||||
@@ -22,15 +22,14 @@ jobs:
|
||||
node-version: [20.x]
|
||||
# Exclude the languages that we currently run in the full CI suite.
|
||||
locale:
|
||||
[
|
||||
'chinese',
|
||||
'espanol',
|
||||
'ukrainian',
|
||||
'japanese',
|
||||
'german',
|
||||
'arabic',
|
||||
'swahili'
|
||||
]
|
||||
- 'chinese'
|
||||
- 'espanol'
|
||||
- 'ukrainian'
|
||||
- 'japanese'
|
||||
- 'german'
|
||||
- 'arabic'
|
||||
- 'swahili'
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
Reference in New Issue
Block a user