ci: run tests on renovate pr

This commit is contained in:
Nicolas Meienberger 2025-04-26 15:39:10 +02:00
parent 232f2ae909
commit df26e4e6df
4 changed files with 8 additions and 4 deletions

View file

@ -48,7 +48,8 @@
],
"postUpgradeTasks": {
"commands": [
"bun ./scripts/update-config.ts {{packageFile}} {{newVersion}}"
"bun ./scripts/update-config.ts {{packageFile}} {{newVersion}}",
"bun run test"
],
"fileFilters": [
"**/*"