mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-22 10:42:09 +00:00
CI will now build the new languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
39d1a5dd1a
commit
0dc81b7657
9
.github/workflows/node.js.yml
vendored
9
.github/workflows/node.js.yml
vendored
@ -69,7 +69,14 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
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
|
||||
id: commit
|
||||
|
Loading…
x
Reference in New Issue
Block a user