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

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Aug 28, 2024
1 parent 3f49f50 commit b04b821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Our desired pipeline using only a Nix shell environment
name: Check and build Kardinal
name: E2E tests

permissions:
id-token: write
Expand Down Expand Up @@ -75,7 +75,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 frontend-external postgres productcatalogservice" ]; then exit 1; fi
if [ "${nodes}" != "cartservice free-currency-api frontend frontend-external postgres productcatalogservice" ]; then exit 1; fi
- name: Create, validate and delete flow
run: |
Expand Down

0 comments on commit b04b821

Please sign in to comment.