From 4289fa383f2c43ab2649e6c6ed2ca1a15cbdd1d8 Mon Sep 17 00:00:00 2001 From: hansinikarunarathne Date: Thu, 15 Aug 2024 13:57:21 +0530 Subject: [PATCH] fixing trailing issues Signed-off-by: hansinikarunarathne --- .github/workflows/kserve_cni_test.yaml | 2 +- .github/workflows/notebook_controller_test.yaml | 2 +- .github/workflows/ray_test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kserve_cni_test.yaml b/.github/workflows/kserve_cni_test.yaml index 79501f37f1..1e7b5d9659 100644 --- a/.github/workflows/kserve_cni_test.yaml +++ b/.github/workflows/kserve_cni_test.yaml @@ -27,7 +27,7 @@ jobs: 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 kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/notebook_controller_test.yaml b/.github/workflows/notebook_controller_test.yaml index 13b1d107fe..d87ef89f0a 100644 --- a/.github/workflows/notebook_controller_test.yaml +++ b/.github/workflows/notebook_controller_test.yaml @@ -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 diff --git a/.github/workflows/ray_test.yaml b/.github/workflows/ray_test.yaml index ef0b884bc9..8d6cd9d5bd 100644 --- a/.github/workflows/ray_test.yaml +++ b/.github/workflows/ray_test.yaml @@ -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