Skip to content

Commit

Permalink
fixing trailing issues
Browse files Browse the repository at this point in the history
Signed-off-by: hansinikarunarathne <hansini.20@cse.mrt.ac.lk>
  • Loading branch information
hansinikarunarathne committed Aug 15, 2024
1 parent 5a87e08 commit 36f33f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kserve_m2m_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:

- name: Create KinD Cluster
run: kind create cluster --config tests/gh-actions/kind-cluster.yaml

- name: Install Calico
run: ./tests/gh-actions/install_calico.sh
run: ./tests/gh-actions/install_calico.sh

- name: Install kubectl
run: ./tests/gh-actions/install_kubectl.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook_controller_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install Calico
run: ./tests/gh-actions/install_calico.sh

- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ray_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install Calico
run: ./tests/gh-actions/install_calico.sh

- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh

Expand Down

0 comments on commit 36f33f7

Please sign in to comment.