Skip to content

Commit

Permalink
Checkout EM repositry
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 21, 2023
1 parent 1fb940d commit 1b2dd7f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- name: Checkout EPP repository
uses: actions/checkout@v4

- name: Checkout EM repository
uses: actions/checkout@v4
with:
repository: kyma-project/eventing-manager

- name: Cache binaries
id: cache-binaries
uses: actions/cache@v3
Expand All @@ -30,7 +35,7 @@ jobs:

- name: Install k3d tools
run: |
make -C hack/ci/ install-k3d-tools
make -C kyma-project/eventing-manager/hack/ci/ install-k3d-tools
- name: Install Kyma CLI & setup k3d cluster using kyma CLI
run: |
Expand Down

0 comments on commit 1b2dd7f

Please sign in to comment.