From f2733d5c2756b009e574cdad4b4984af37d41826 Mon Sep 17 00:00:00 2001 From: sefgsefg Date: Sun, 25 Aug 2024 14:50:06 +0800 Subject: [PATCH] Update hello_world_example.yml --- .github/workflows/hello_world_example.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/hello_world_example.yml b/.github/workflows/hello_world_example.yml index fac451a81d1..0eb425329e4 100644 --- a/.github/workflows/hello_world_example.yml +++ b/.github/workflows/hello_world_example.yml @@ -22,6 +22,10 @@ jobs: - name: Forward API port run: ./scripts/deploy/github/forward-port.sh "kubeflow" "ml-pipeline" 8888 8888 + - name: Grant execute permissions to scripts + shell: bash + run: chmod +x ./hello/hello_world.sh + - name: Run Samples Tests run: | ./hello/hello_world.sh