mirror of
https://github.com/tcgdex/compiler.git
synced 2025-08-03 09:21:59 +00:00
CI will now build the new languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
9
.github/workflows/node.js.yml
vendored
9
.github/workflows/node.js.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user