depend tests on server build

This commit is contained in:
Elio Bischof
2023-06-08 09:00:45 +02:00
parent 506dfc5f64
commit a9a6d1149b
2 changed files with 32 additions and 4 deletions

24
apps/login/turbo.json Normal file
View File

@@ -0,0 +1,24 @@
{
"extends": [
"//"
],
"pipeline": {
"test": {
"dependsOn": [
"@zitadel/server#build"
]
},
"test:watch": {
"dependsOn": [
"@zitadel/server#build"
]
}
},
"globalDependencies": [
"**/.env.*local"
],
"globalEnv": [
"ZITADEL_API_URL",
"ZITADEL_SERVICE_USER_TOKEN"
]
}