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' node-version: '12.14.1'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn
- name: Check for errors - name: Check for errors
run: yarn i18n:check run: yarn i18n:check

View File

@ -18,6 +18,9 @@ jobs:
node-version: '12.14.1' node-version: '12.14.1'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn
- name: Run i18n:push script - name: Run i18n:push script
run: yarn run i18n:push run: yarn run i18n:push
env: env:

View File

@ -18,6 +18,9 @@ jobs:
node-version: '12.14.1' node-version: '12.14.1'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn
- name: Run i18n:pull script - name: Run i18n:pull script
run: yarn run i18n:pull run: yarn run i18n:pull
env: env: