Skip to content

Commit e5ffc64

Browse files
committed
chore: debug msg
1 parent cb4e1df commit e5ffc64

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
ALL_PARSERS="redshift"
3636
# Add more parsers here as they are added to the repository
3737
# ALL_PARSERS="redshift mysql postgresql"
38-
38+
3939
CHANGED_FILES="${{ steps.changed-files.outputs.changed_files }}"
40+
echo "Debug: Changed files: $CHANGED_FILES"
4041
CHANGED_PARSERS=""
41-
42+
4243
for parser in $ALL_PARSERS; do
4344
if echo "$CHANGED_FILES" | grep -q "^$parser/"; then
4445
if [ -z "$CHANGED_PARSERS" ]; then
@@ -48,7 +49,7 @@ jobs:
4849
fi
4950
fi
5051
done
51-
52+
5253
if [ -n "$CHANGED_PARSERS" ]; then
5354
echo "matrix={\"parser\":[$CHANGED_PARSERS]}" >> $GITHUB_OUTPUT
5455
echo "any_changed=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)