diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index dc22435..2649cd4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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