Skip to content

Commit

Permalink
Update run-end2end-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ma3u authored Dec 19, 2024
1 parent 20f7137 commit d00e831
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-end2end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
run: |-
kind load docker-image --name mxd data-service-api tx-identityhub tx-identityhub-sts tx-catalog-server tx-sts
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2

- name: "Terraform init"
working-directory: mxd
run: |-
Expand All @@ -94,4 +97,4 @@ jobs:
- name: "Destroy the KinD cluster"
run: >-
kind get clusters | xargs -n1 kind delete cluster --name
kind get clusters | xargs -n1 kind delete cluster --name

0 comments on commit d00e831

Please sign in to comment.