chore(nx-dev): disable nx-dev-e2e (#28789)

Disable the e2e tests for nx-dev
This commit is contained in:
Isaac Mann 2024-11-04 14:00:01 -05:00 committed by GitHub
parent 277c58fbcc
commit 052a62685f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]
} }