From efe89bffa71ba5f6030dd0b0d1b631e964f47ed1 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 23 May 2024 14:10:41 +1000 Subject: [PATCH] test with location --- .github/workflows/integration_test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 89feb4b..7bc887e 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -82,7 +82,9 @@ jobs: - name: Provision test environment run: | - bundle exec bolt --modulepath spec/fixtures/modules task run provision::provision_service --target localhost action=provision platform=centos-stream8 vars=observium + location=`pwd` + echo $location + bundle exec bolt --modulepath spec/fixtures/modules task run provision::provision_service --target localhost action=provision platform=centos-stream8 vars=observium inventory=$location # bundle exec bolt --modulepath spec/fixtures/modules plan run observium::acceptance::provision_integration image=${{ matrix.platform }} # Redact password FILE='spec/fixtures/litmus_inventory.yaml'