Tweak the changes configuration for e2e and api tests (#48067)
This commit is contained in:
parent
a0f9d159e5
commit
d2bde1368a
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Tweak the paths that should trigger e2e tests.
|
|
@ -240,9 +240,6 @@
|
|||
"patterns/**/*.php",
|
||||
"src/**/*.php",
|
||||
"templates/**/*.php",
|
||||
"tests/php/**/*.php",
|
||||
"tests/legacy/unit-tests/**/*.php",
|
||||
"tests/unit-tests/**/*.php",
|
||||
"tests/e2e-pw/**"
|
||||
],
|
||||
"testEnv": {
|
||||
|
@ -293,7 +290,6 @@
|
|||
"patterns/**/*.php",
|
||||
"src/**/*.php",
|
||||
"templates/**/*.php",
|
||||
"tests/php/**/*.php",
|
||||
"tests/e2e-pw/**"
|
||||
],
|
||||
"testEnv": {
|
||||
|
@ -315,10 +311,8 @@
|
|||
"patterns/**/*.php",
|
||||
"src/**/*.php",
|
||||
"templates/**/*.php",
|
||||
"tests/php/**/*.php",
|
||||
"tests/legacy/unit-tests/**/*.php",
|
||||
"tests/unit-tests/**/*.php",
|
||||
"tests/api-core-tests/**"
|
||||
"tests/api-core-tests/**",
|
||||
"tests/e2e-pw/bin/**"
|
||||
],
|
||||
"testEnv": {
|
||||
"start": "env:test"
|
||||
|
@ -340,8 +334,8 @@
|
|||
"patterns/**/*.php",
|
||||
"src/**/*.php",
|
||||
"templates/**/*.php",
|
||||
"tests/php/**/*.php",
|
||||
"tests/api-core-tests/**"
|
||||
"tests/api-core-tests/**",
|
||||
"tests/e2e-pw/bin/**"
|
||||
],
|
||||
"events": [
|
||||
"push"
|
||||
|
@ -365,8 +359,6 @@
|
|||
"patterns/**/*.php",
|
||||
"src/**/*.php",
|
||||
"templates/**/*.php",
|
||||
"tests/php/**/*.php",
|
||||
"tests/legacy/unit-tests/**/*.php",
|
||||
"tests/performance/**"
|
||||
],
|
||||
"testEnv": {
|
||||
|
|
Loading…
Reference in New Issue