mirror of
1
Fork 0

Merge pull request 'chore(e2e): Update global patterns' (#5916) from fnetx/e2e-patterns into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5916
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
Otto 2024-11-11 16:49:03 +00:00
commit a2ef74902f
1 changed files with 4 additions and 3 deletions

View File

@ -34,10 +34,11 @@ func initChangedFiles() {
"tests/e2e/*.go",
"tests/e2e/shared/*",
// frontend files
"frontend/*.js",
"frontend/{base,index}.css",
// templates
"web_src/js/{index,utils}.*",
"web_src/css/{base,index}.css",
// templates and helpers
"templates/base/**",
"modules/templates/**",
}
fullRunPatterns := []glob.Glob{}
for _, expr := range globalPatterns {