build: split build process into multiple GH actions

This commit is contained in:
Pieter Vander Vennet 2023-05-19 11:23:17 +02:00
parent 562e01b117
commit 4d5695e3f1
3 changed files with 17 additions and 4 deletions

View file

@ -14,9 +14,6 @@ export NODE_OPTIONS="--max-old-space-size=8192"
# This script ends every line with '&&' to chain everything. A failure will thus stop the build
npm run generate:editor-layer-index &&
npm run generate &&
npm run generate:translations &&
npm run test &&
npm run generate:layeroverview &&
npm run generate:layouts
if [ $? -ne 0 ]; then