Skip to content

Commit

Permalink
[#1305] Added tests for renovate config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 3, 2024
1 parent 29d3f9b commit 083d28b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .scaffold/tests/bats/workflow.utilities.bats
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,10 @@ load _helper.workflow.bash
assert_output_not_contains ">question<"
assert_output_not_contains ">wontfix<"
}

@test "Renovate - Check config" {
prepare_sut "Starting utilities tests in build directory ${BUILD_DIR}"

run npx --yes --package renovate -- renovate-config-validator --strict
assert_success
}

1 comment on commit 083d28b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.