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

View file

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