Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
Signed-off-by: hansinikarunarathne <107214435+hansinikarunarathne@users.noreply.github.com>
  • Loading branch information
hansinikarunarathne committed Jul 27, 2024
1 parent 2a642e4 commit 423a1de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/admission_webhook_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Create KinD Cluster
run: kind create cluster --config tests/gh-actions/kind-cluster.yaml

# - name: Install Calico
# run: |
# chmod +x ./tests/gh-actions/install_calico.sh
# ./tests/gh-actions/install_calico.sh
- name: Install Calico
run: |
chmod +x ./tests/gh-actions/install_calico.sh
./tests/gh-actions/install_calico.sh
- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh
Expand Down

0 comments on commit 423a1de

Please sign in to comment.