fix(ci): fix ci

This commit is contained in:
Lukasz Mierzwa
2026-03-11 09:34:04 +00:00
committed by Łukasz Mierzwa
parent 22847e24be
commit 24189d450e
2 changed files with 7 additions and 1 deletions

View File

@@ -43,7 +43,12 @@
"description": "Go modules for tools",
"matchManagers": ["gomod"],
"matchFileNames": ["tools/**/go.mod"],
"groupName": "go-tools"
"groupName": "go-tools",
"postUpgradeTasks": {
"commands": ["make tools-go-mod-tidy"],
"fileFilters": ["tools/**/go.mod", "tools/**/go.sum"],
"executionMode": "branch"
}
}
]
}

View File

@@ -57,6 +57,7 @@ export default defineConfig({
reuseExistingServer: !process.env.CI,
},
expect: {
timeout: 10_000,
toHaveScreenshot: {
animations: "disabled",
maxDiffPixelRatio: 0,