From 8d4d31d87781cfbb9f3255e3ff086a218a928650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Fri, 13 Sep 2024 15:09:20 +0200 Subject: [PATCH] Include Command Manager plugin to the build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a941964cbec6..0473b3de09f3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,7 @@ jobs: strategy: fail-fast: false matrix: - plugins: ["wazuh-indexer-setup"] + plugins: ["setup", "command-manager"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4