From a5f52c6404f15219ad4e22e222667a398abbc048 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 23 May 2024 13:57:49 +1000 Subject: [PATCH] try running task directly --- .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 f424e39..89feb4b 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -82,7 +82,8 @@ jobs: - name: Provision test environment run: | - bundle exec bolt --modulepath spec/fixtures/modules plan run observium::acceptance::provision_integration image=${{ matrix.platform }} + bundle exec bolt --modulepath spec/fixtures/modules task run provision::provision_service --target localhost action=provision platform=centos-stream8 vars=observium + # bundle exec bolt --modulepath spec/fixtures/modules plan run observium::acceptance::provision_integration image=${{ matrix.platform }} # Redact password FILE='spec/fixtures/litmus_inventory.yaml' sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true