Tweak the changes configuration for e2e and api tests (#48067)

This commit is contained in:
Adrian Moldovan 2024-05-31 17:49:49 +03:00 committed by GitHub
parent a0f9d159e5
commit d2bde1368a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 12 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Tweak the paths that should trigger e2e tests.

View File

@ -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": {