Skip to content

Commit

Permalink
test with location
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 23, 2024
1 parent a5f52c6 commit efe89bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit efe89bf

Please sign in to comment.