From 6c67ea0c81a254461c464a1fc5e7d3d4660c7cc0 Mon Sep 17 00:00:00 2001 From: Balazs Czoma Date: Thu, 20 Jun 2024 09:23:27 -0400 Subject: [PATCH] Private provider --- .github/workflows/module-test-pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/module-test-pipeline.yml b/.github/workflows/module-test-pipeline.yml index f04ab39..d8f9523 100644 --- a/.github/workflows/module-test-pipeline.yml +++ b/.github/workflows/module-test-pipeline.yml @@ -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