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 3459ac7 commit 2978de7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/hello_world_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
shell: bash
run: chmod +x ./hello/hello_world.sh

- name: Install dos2unix
run: sudo apt-get update && sudo apt-get install dos2unix

- name: Run Samples Tests
run: dos2unix ./hello/hello_world.sh
run: dos2unix ./hello/hello_world.sh && ./hello/hello_world.sh

0 comments on commit 2978de7

Please sign in to comment.