mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:44:36 +00:00
depend tests on server build
This commit is contained in:
24
apps/login/turbo.json
Normal file
24
apps/login/turbo.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user