From 67e29b8d5f94d9c96c1d0796ebe39347be5112aa Mon Sep 17 00:00:00 2001 From: Leandro Poroli Date: Mon, 7 Oct 2024 11:15:02 -0300 Subject: [PATCH] ci-e2e-tests edited --- .github/workflows/ci-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-e2e-tests.yml b/.github/workflows/ci-e2e-tests.yml index bd1fc1b..e2f7eac 100644 --- a/.github/workflows/ci-e2e-tests.yml +++ b/.github/workflows/ci-e2e-tests.yml @@ -74,7 +74,7 @@ jobs: run: | tenant_id=${{ steps.tenant.outputs.id }} nodes=$(curl http://localhost:8080/tenant/${tenant_id}/topology | jq -r '.nodes[].id' | tr " " "\n" | sort -g | tr "\n" " " | xargs) - if [ "${nodes}" != "cartservice free-currency-api frontend ingress postgres productcatalogservice" ]; then exit 1; fi + if [ "${nodes}" != "cartservice jsdelivr-api frontend ingress postgres productcatalogservice" ]; then exit 1; fi - name: Create, validate and delete flow run: |