ci: improve performance (#5953)

* pipeline runs on ubuntu instead of docker
* added Makefile to build zitadel core (backend) and console (frontend)
* pipeline runs in parallel where possible
* pipeline is split into multiple jobs
* removed goreleaser
* added command to check if zitadel instance is running
This commit is contained in:
Silvan
2023-07-17 10:08:20 +02:00
committed by GitHub
parent bcf4bfc585
commit 1c354ca977
64 changed files with 12290 additions and 21117 deletions

View File

@@ -26,6 +26,9 @@
"assets": ["src/favicon.ico", "src/assets", "src/manifest.webmanifest"],
"styles": ["src/styles.scss"],
"scripts": ["./node_modules/tinycolor2/dist/tinycolor-min.js"],
"stylePreprocessorOptions": {
"includePaths": ["node_modules"]
},
"allowedCommonJsDependencies": [
"fast-sha256",
"buffer",
@@ -46,7 +49,8 @@
"inline": false
},
"styles": {
"inlineCritical": false
"inlineCritical": false,
"minify": false
}
},
"budgets": [

16940
console/package-lock.json generated

File diff suppressed because it is too large Load Diff

9721
console/yarn.lock Normal file

File diff suppressed because it is too large Load Diff