From 24189d450ed6cc72bef89dec0270fc6952f4962c Mon Sep 17 00:00:00 2001 From: Lukasz Mierzwa Date: Wed, 11 Mar 2026 09:34:04 +0000 Subject: [PATCH] fix(ci): fix ci --- renovate.json | 7 ++++++- ui/playwright.config.ts | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index d31d1847c..92e20e79d 100644 --- a/renovate.json +++ b/renovate.json @@ -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" + } } ] } diff --git a/ui/playwright.config.ts b/ui/playwright.config.ts index 2af1d6f36..5d8835bba 100644 --- a/ui/playwright.config.ts +++ b/ui/playwright.config.ts @@ -57,6 +57,7 @@ export default defineConfig({ reuseExistingServer: !process.env.CI, }, expect: { + timeout: 10_000, toHaveScreenshot: { animations: "disabled", maxDiffPixelRatio: 0,