fix(actions): update workflow name, better array (#54155)

This commit is contained in:
Mrugesh Mohapatra
2024-03-21 00:35:28 +05:30
committed by GitHub
parent 2e8cef6673
commit 5251ad3264
+9 -10
View File
@@ -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