ci(renovate): install deps before running tests
This commit is contained in:
parent
df26e4e6df
commit
a27233f8af
3 changed files with 2 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
|||
export default {
|
||||
allowedCommands: ["bun ./scripts/update-config.ts", "bun run test"],
|
||||
allowedCommands: ["bun ./scripts/update-config.ts", "bun install && bun run test"],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue