chore(nx-dev): disable nx-dev-e2e (#28789)
Disable the e2e tests for nx-dev
This commit is contained in:
parent
277c58fbcc
commit
052a62685f
@ -3,7 +3,16 @@
|
|||||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||||
"sourceRoot": "nx-dev/nx-dev-e2e/src",
|
"sourceRoot": "nx-dev/nx-dev-e2e/src",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"targets": {},
|
"targets": {
|
||||||
|
"pw-e2e": {
|
||||||
|
"command": "echo 'pw-e2e disabled'",
|
||||||
|
"cache": true
|
||||||
|
},
|
||||||
|
"e2e-ci": {
|
||||||
|
"command": "echo 'e2e-ci disabled'",
|
||||||
|
"cache": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"tags": ["scope:nx-dev", "type:e2e"],
|
"tags": ["scope:nx-dev", "type:e2e"],
|
||||||
"implicitDependencies": ["nx-dev"]
|
"implicitDependencies": ["nx-dev"]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user