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
3
.github/workflows/renovate.yml
vendored
3
.github/workflows/renovate.yml
vendored
|
|
@ -28,9 +28,6 @@ jobs:
|
||||||
- name: Install Renovate
|
- name: Install Renovate
|
||||||
run: bun install -g renovate re2
|
run: bun install -g renovate re2
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: bun install
|
|
||||||
|
|
||||||
- name: Echo repository
|
- name: Echo repository
|
||||||
run: echo ${{ github.repository }}
|
run: echo ${{ github.repository }}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
export default {
|
export default {
|
||||||
allowedCommands: ["bun ./scripts/update-config.ts", "bun run test"],
|
allowedCommands: ["bun ./scripts/update-config.ts", "bun install && bun run test"],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
"postUpgradeTasks": {
|
"postUpgradeTasks": {
|
||||||
"commands": [
|
"commands": [
|
||||||
"bun ./scripts/update-config.ts {{packageFile}} {{newVersion}}",
|
"bun ./scripts/update-config.ts {{packageFile}} {{newVersion}}",
|
||||||
"bun run test"
|
"bun install && bun run test"
|
||||||
],
|
],
|
||||||
"fileFilters": [
|
"fileFilters": [
|
||||||
"**/*"
|
"**/*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue