From 2ba6b704b4b3b5cb97cf1a50cd3721e5d054240c Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 30 May 2024 17:14:24 +1000 Subject: [PATCH] Install the module too!!! --- .github/workflows/integration_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 9944680..975829f 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -91,9 +91,10 @@ jobs: FILE='spec/fixtures/litmus_inventory.yaml' sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true - - name: Install Agents + - name: Install Agents and module run: | bundle exec rake 'litmus:install_agent' + bundle exec rake litmus:install_module - name: Run integration tests run: |