diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46a0fb4c..1930e1b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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