mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-13 22:36:32 +00:00
Add step to install dependencies in i18n workflows
This commit is contained in:
parent
7bc83eba1d
commit
4f4ccb8c66
3
.github/workflows/check-i18n-task.yml
vendored
3
.github/workflows/check-i18n-task.yml
vendored
@ -31,5 +31,8 @@ jobs:
|
||||
node-version: '12.14.1'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
- name: Check for errors
|
||||
run: yarn i18n:check
|
||||
|
3
.github/workflows/i18n-nightly-push.yml
vendored
3
.github/workflows/i18n-nightly-push.yml
vendored
@ -18,6 +18,9 @@ jobs:
|
||||
node-version: '12.14.1'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
- name: Run i18n:push script
|
||||
run: yarn run i18n:push
|
||||
env:
|
||||
|
3
.github/workflows/i18n-weekly-pull.yml
vendored
3
.github/workflows/i18n-weekly-pull.yml
vendored
@ -18,6 +18,9 @@ jobs:
|
||||
node-version: '12.14.1'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
- name: Run i18n:pull script
|
||||
run: yarn run i18n:pull
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user