Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Feb 19, 2024
1 parent 7598297 commit c8bb7c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,14 @@ jobs:
run: |
for p in $PATH_TO_EXAMPLES;
do
echo "here is p"
echo "$p"
for f in $p;
do
echo "here is f"
echo "$f"
done
# Ensure directory ends with "/"
if [[ ! "$p" =~ .*/$ ]]; then
Expand Down

0 comments on commit c8bb7c0

Please sign in to comment.