mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[SLOs] Fix path for slo e2e test scope !! (#214137)
## Summary Since observability plugins have been moved, needed to fix the path to scope tests !!
This commit is contained in:
parent
ded1b15b87
commit
82a6be9016
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ const getPipeline = (filename: string, removeSteps = true) => {
|
|||
|
||||
if (
|
||||
(await doAnyChangesMatch([
|
||||
/^x-pack\/plugins\/observability_solution/,
|
||||
/^x-pack\/solutions\/observability\/plugins/,
|
||||
/^package.json/,
|
||||
/^yarn.lock/,
|
||||
])) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue