Skip to content

Commit

Permalink
explicitly checkout helm-charts repository since this is a reusable w…
Browse files Browse the repository at this point in the history
…orkflow that's called from other repositories
  • Loading branch information
amitlicht committed Jun 20, 2024
1 parent 1474a96 commit 93ee5d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# explicitly checkout helm-charts repository since this is a reusable workflow that's called from other repositories
repository: 'otterize/helm-charts'

- name: Set up Helm
uses: azure/[email protected]
Expand Down Expand Up @@ -91,6 +94,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
# explicitly checkout helm-charts repository since this is a reusable workflow that's called from other repositories
repository: 'otterize/helm-charts'

- name: Start minikube
uses: medyagh/setup-minikube@master
Expand Down Expand Up @@ -148,6 +153,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
# explicitly checkout helm-charts repository since this is a reusable workflow that's called from other repositories
repository: 'otterize/helm-charts'

- name: Log in with Azure
uses: azure/login@v2
Expand Down

0 comments on commit 93ee5d0

Please sign in to comment.