CI will now build the new languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-06-29 22:46:26 +02:00
parent 39d1a5dd1a
commit 0dc81b7657
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

View File

@ -69,7 +69,14 @@ jobs:
- name: Build - name: Build
working-directory: ./ working-directory: ./
run: yarn && yarn start && TCGDEX_COMPILER_LANG=fr yarn start run: |
yarn
yarn start
TCGDEX_COMPILER_LANG=fr yarn start
TCGDEX_COMPILER_LANG=es yarn start
TCGDEX_COMPILER_LANG=it yarn start
TCGDEX_COMPILER_LANG=pt yarn start
TCGDEX_COMPILER_LANG=de yarn start
- name: Commit Changes - name: Commit Changes
id: commit id: commit