Skip to content

Commit

Permalink
make deploye
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
  • Loading branch information
shubham-cmyk committed Oct 7, 2023
1 parent b6eca4b commit 0aff137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
kubectl cluster-info --context kind-kind
kind load docker-image redis-operator:e2e --name kind
# - name: Install Redis Operator
# run: |
# make deploy
- name: Install Redis Operator
run: |
make deploy
- name: Run kuttl test
run: kuttl test ${{ matrix.testpath }} --config tests/_config/kuttl-test.yaml

0 comments on commit 0aff137

Please sign in to comment.