Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
ci-e2e-tests edited
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Oct 7, 2024
1 parent 5834377 commit 67e29b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 67e29b8

Please sign in to comment.