Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Feb 10, 2025
1 parent 70ad483 commit 5ff1dad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install_ramalama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
echo $install_dir
echo "ls -f -A ramalama/"
ls -f -A ramalama/
echo "ls -f -A $install_dir"
ls -f -A $install_dir
ls -f -A ramalama/ | while read file; do ls -f -A $install_dir | grep $file; done
- name: Ramalama info
Expand Down

0 comments on commit 5ff1dad

Please sign in to comment.