mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
refactor: speed up the pipeline by directly deploying the review app from the build step
This commit is contained in:
13
frontend/app/turbo.json
Normal file
13
frontend/app/turbo.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": ["//"],
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"outputs": ["www/**", ".angular/**"]
|
||||
},
|
||||
"test:integration": {
|
||||
"env": ["BROWSER"],
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["cypress/videos", "cypress/screenshots", "coverage/integration-report-junit.xml"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user