Add step to install dependencies in i18n workflows

This commit is contained in:
Silvano Cerza 2021-11-04 14:53:17 +01:00 committed by Silvano Cerza
parent 7bc83eba1d
commit 4f4ccb8c66
3 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: