Skip to content

Commit

Permalink
test all integrations when test_behavior is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorgan committed Jan 11, 2025
1 parent a79ee8e commit f16ed69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/test_behavior/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ def calculate_hint(changed_files: list[str]) -> Hint:
hint.core = True
for language in LANGUAGE_BINDING:
setattr(hint, f"binding_{language}", True)
for integration in INTEGRATIONS:
setattr(hint, f"integration_{integration}", True)
hint.all_service = True
hint.integration_object_store = True

if p == ".github/workflows/test_behavior_core.yml":
hint.core = True
Expand Down

0 comments on commit f16ed69

Please sign in to comment.