Skip to content

Commit eb8623d

Browse files
committed
Extra info line
1 parent ceb50d3 commit eb8623d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/samples.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
#!/bin/bash
2828
2929
for file in ${NEW_FILES}; do
30+
echo "Testing $file"
3031
if [[ -f ${file} ]]; then
3132
# File exists, so needs to be listed.
3233
if ! grep -q $name ${README}; then
@@ -64,6 +65,7 @@ jobs:
6465
#!/bin/bash
6566
6667
for file in ${NEW_FILES}; do
68+
echo "Testing $file"
6769
if [[ -f ${file} ]]; then
6870
# File exists, so needs to be listed.
6971
if ! grep -q $name ${README}; then

0 commit comments

Comments
 (0)