Skip to content

Commit

Permalink
PR should run infrastructure tests when common-dev-assets is being up…
Browse files Browse the repository at this point in the history
…dated (#1042)
  • Loading branch information
ocofaigh authored Sep 24, 2024
1 parent 0685378 commit 21cc7c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module-assets/ci/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -80,7 +82,6 @@ if [ ${IS_PR} == true ]; then
"Brewfile"
"CODEOWNERS"
"commitlint.config.js"
"common-dev-assets"
"Makefile"
"renovate.json"
"catalogValidationValues.json.template"
Expand Down

0 comments on commit 21cc7c5

Please sign in to comment.