Skip to content

Commit b84f222

Browse files
make sh file executable
Signed-off-by: hansinikarunarathne <[email protected]>
1 parent ca7dda4 commit b84f222

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/admission_webhook_test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Install KinD, Create KinD cluster and Install kustomize
20-
run: ./tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh
20+
run: |
21+
chmod +x tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh
22+
./tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh
2123
2224
- name: Install Istio
2325
run: ./tests/gh-actions/install_istio.sh

0 commit comments

Comments
 (0)