Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
chore: Run unit tests for PRs that change karma conf (#4105)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro authored Nov 21, 2018
1 parent 4dfd016 commit 857977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis-env-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ print_all_changed_files

if [[ "$TEST_SUITE" == 'unit' ]]; then
# Only run unit tests if JS files changed
check_for_testable_files '^packages/.+\.js$' '^test/unit/.+\.js$'
check_for_testable_files '^karma\.conf\.js$' '^packages/.+\.js$' '^test/unit/.+\.js$'
fi

if [[ "$TEST_SUITE" == 'lint' ]]; then
Expand Down

0 comments on commit 857977f

Please sign in to comment.