Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jul 18, 2024
1 parent 7b05c32 commit c802596
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup-umbrella-env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ runs:
"http://umbrella-dataprovider-edc-dataplane:8081"
shell: bash

- name: Verify installation
if: always()
shell: bash
run: |
kubectl logs svc/umbrella-dataprovider-edc-controlplane -n e2e-testing
- name: Wait for deployment
id: deployment-ready
shell: bash
Expand Down

0 comments on commit c802596

Please sign in to comment.