Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
chore: remove import-locales from export and update export to Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Mar 28, 2022
1 parent 0ea776c commit 4f36a1a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/export.yaml
Expand Up @@ -30,21 +30,17 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2.1.2
with:
cache: yarn
node-version: 14
- name: Install CV dependencies
run: cd cv && NODE_ENV=development yarn
node-version: 16
- name: Install SC dependencies
run: npm ci

- name: Set Git Author
run: git config --global user.name "Sentence Collector Exporter"
- name: Set Git Email
run: git config --global user.email "mkohler+cvexport@picobudget.com"

- name: Run Export
run: env API_BASE_URL=${{secrets.SC_EXPORT_BASE_URL}} COMMON_VOICE_PATH=cv/ node scripts/exporter.js
- name: Run CV Update Locales Script
run: cd cv && yarn run import-locales
- name: CV Changes
run: cd cv && git diff --numstat
- name: Format Changes
Expand Down

0 comments on commit 4f36a1a

Please sign in to comment.