Skip to content

Commit

Permalink
Update hello_world_example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sefgsefg authored Aug 25, 2024
1 parent b5b6e5a commit f2733d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hello_world_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f2733d5

Please sign in to comment.