Skip to content

Commit 975cb14

Browse files
Filip Pospisildjelinek
authored andcommitted
add ru language pack
1 parent 7f638ea commit 975cb14

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/template-main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- name: 🔧 Install - Test Project
5252
run: npm install --workspace=extester-test
5353

54+
- name: 🔧 Install RU langauge pack
55+
run: code --install-extension ms-ceintl.vscode-language-pack-ru
56+
5457
- name: 🔍 Run Tests (macOS, windows)
5558
if: ${{ ! startsWith(matrix.os, 'ubuntu') }}
5659
run: npm test

tests/test-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
"compile": "tsc -p ./ && npm run lint",
251251
"lint": "eslint --fix --fix-type layout src",
252252
"cb-init": "echo hello_ExTester | clipboard",
253-
"ui-test": "npm run cb-init && extest setup-and-run './out/test/cli/order-3.test.js' './out/test/cli/order-2.test.js' './out/test/cli/order-1.test.js' './out/test/**/!(clipboard)*.test.js' './out/test/system/clipboard.test.js' -u -i -r . -e ./test-extensions",
253+
"ui-test": "npm run cb-init && extest setup-and-run --locale ru './out/test/cli/order-3.test.js' './out/test/cli/order-2.test.js' './out/test/cli/order-1.test.js' './out/test/**/!(clipboard)*.test.js' './out/test/system/clipboard.test.js' -u -i -r . -e ./test-extensions",
254254
"ui-test:coverage": "MOCHA_GREP='order|clipboard|ExtensionsView|TitleBar' MOCHA_INVERT=true extest setup-and-run './out/test/**/*.test.js' -i -r . -e ./test-extensions --coverage"
255255
},
256256
"devDependencies": {

0 commit comments

Comments
 (0)