Skip to content

Commit

Permalink
Fix syntax of renovate post upgrade commands
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Dec 13, 2022
1 parent b56fff5 commit ee18039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"matchManagers": ["github-actions"],
"matchFiles": ["flowzone.yml"],
"postUpgradeTasks": {
"commands": ["npm ci && npm run test"],
"commands": ["npm ci", "npm run test"],
"fileFilters": [".github/workflows/flowzone.yml"],
"executionMode": "update"
}
Expand Down

0 comments on commit ee18039

Please sign in to comment.