mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): fix ci
This commit is contained in:
committed by
Łukasz Mierzwa
parent
22847e24be
commit
24189d450e
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -57,6 +57,7 @@ export default defineConfig({
|
||||
reuseExistingServer: !process.env.CI,
|
||||
},
|
||||
expect: {
|
||||
timeout: 10_000,
|
||||
toHaveScreenshot: {
|
||||
animations: "disabled",
|
||||
maxDiffPixelRatio: 0,
|
||||
|
||||
Reference in New Issue
Block a user