Skip to content

Commit

Permalink
Private provider
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Jun 20, 2024
1 parent 0830bee commit 6c67ea0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/module-test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
--env system_scaling_maxconnectioncount="1000" --mount type=bind,source=$HOME/solace,destination=/var/lib/solace,ro=false solace/solace-pubsub-standard:latest
while ! curl -s localhost:8080 | grep aurelia ; do sleep 1 ; done
- name: Setup if private provider is required
run: |
export PRIVATE_PROVIDER_VERSION=""
if [ -n "$PRIVATE_PROVIDER_VERSION" ]; then
echo "Using private provider version $PRIVATE_PROVIDER_VERSION"
terraform init -upgrade -reconfigure -plugin-dir=terraform.d/plugins -get-plugins=false
}
- name: Test module from template on test broker
run: |
ci/scripts/test-module.sh ci/template-test
Expand Down

0 comments on commit 6c67ea0

Please sign in to comment.