Skip to content

Commit 3bda584

Browse files
committed
Run integration tests
1 parent cbd4817 commit 3bda584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/component_updater.py

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def __update_component(self, infra_terraform_dir, component_file: str) -> Compon
192192

193193
original_vendored_component: AtmosComponent = self.__clone_infra_for_component(infra_terraform_dir, original_component)
194194
updated_vendored_component: AtmosComponent = self.__clone_infra_for_component(infra_terraform_dir, updated_component)
195+
original_vendored_component.migrate()
195196

196197
logging.debug(f"Original re-vendored component:\n{str(original_vendored_component)}")
197198
logging.debug(f"Updated re-vendored component:\n{str(updated_vendored_component)}")

0 commit comments

Comments
 (0)