From 2e2e41aee0f9bc8a7b73807783310ac3a145217d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Czoma?= Date: Wed, 10 Jul 2024 15:26:06 -0400 Subject: [PATCH] Deactivated testing part for internal release [skip ci] --- .github/workflows/prep-internal-release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/prep-internal-release.yml b/.github/workflows/prep-internal-release.yml index 447b765..dfd8485 100644 --- a/.github/workflows/prep-internal-release.yml +++ b/.github/workflows/prep-internal-release.yml @@ -46,12 +46,12 @@ 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: Check code builds and pass acceptance test - run: | - ci/scripts/test-module.sh ci/module-test - shopt -s extglob - for d in examples/!(basic-client-username)/; do (ci/scripts/test-module.sh "$d"); done - ci/scripts/test-module.sh examples/basic-client-username/ -var-file=secret.tfvars + # - name: Check code builds and pass acceptance test + # run: | + # ci/scripts/test-module.sh ci/module-test + # shopt -s extglob + # for d in examples/!(basic-client-username)/; do (ci/scripts/test-module.sh "$d"); done + # ci/scripts/test-module.sh examples/basic-client-username/ -var-file=secret.tfvars - name: Ensure version reflects release candidate version run: |