From 21cc7c5b4d38c170faada1a16308494ad08783c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Tue, 24 Sep 2024 14:44:06 +0100 Subject: [PATCH] PR should run infrastructure tests when common-dev-assets is being updated (#1042) --- module-assets/ci/run-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module-assets/ci/run-tests.sh b/module-assets/ci/run-tests.sh index fbd3a5e1..53d374a7 100755 --- a/module-assets/ci/run-tests.sh +++ b/module-assets/ci/run-tests.sh @@ -62,6 +62,8 @@ fi if [ ${IS_PR} == true ]; then # Files that should not trigger tests + # NOTE: We are purposely running tests in PRs with 'common-dev-assets' GIT submodule updates since + # terraform version can change, and we will want to run full set of tests if that happens. declare -a skip_array=(".drawio" ".github/settings.yml" ".github/workflows/ci.yml" @@ -80,7 +82,6 @@ if [ ${IS_PR} == true ]; then "Brewfile" "CODEOWNERS" "commitlint.config.js" - "common-dev-assets" "Makefile" "renovate.json" "catalogValidationValues.json.template"