Skip to content

Commit

Permalink
Correct makefile path
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 20, 2023
1 parent 9164364 commit 412bb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:

- name: Install k3d tools
run: |
make -C hack/ci/ install-k3d-tools
make -C ./../../hack/ci/ install-k3d-tools
- name: Setup Eventing Manager
run: |
make -C hack/ci/ install-eventing-manager
make -C ./../../hack/ci/ install-eventing-manager
- name: Wait for build job to succeed
uses: kyma-project/wait-for-commit-status-action@2b3ffe09af8b6f40e1213d5fb7f91a7bd41ffb20
Expand Down

0 comments on commit 412bb90

Please sign in to comment.