From 605a63f8f5cda08343dbcde91444ecf5b5d50c09 Mon Sep 17 00:00:00 2001 From: snehasreeramini Date: Thu, 8 Feb 2024 11:57:04 +0100 Subject: [PATCH] FIX: activate id's --- tests/github_actions/twig-component.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/github_actions/twig-component.yml b/tests/github_actions/twig-component.yml index e712db0..3176ab7 100644 --- a/tests/github_actions/twig-component.yml +++ b/tests/github_actions/twig-component.yml @@ -10,7 +10,6 @@ install_module: cache: prefix: &install_module_prefix 'moduleInstallation-ce-{{ .Github.SHA }}-{{ .Github.RunID }}' ids: &ids '{{ print $ids }}' - activate: *ids git: module: url: &git_module_url '{{ .Github.Repository }}'