Skip to content

Commit

Permalink
Print "Skipping" when skipping an example
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilverman committed Jan 7, 2025
1 parent 6deafac commit 49d1a11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
--build-property compiler.cpp.extra_flags="${{ matrix.flags }}" \
--build-property compiler.c.extra_flags="${{ matrix.flags }}" \
--fqbn ${{ matrix.fqbn }} ${example} #&> /dev/null
else
echo Skipping.
fi
fi
done

0 comments on commit 49d1a11

Please sign in to comment.