Skip to content

Commit c901ccd

Browse files
committed
updated tests
1 parent 23f195b commit c901ccd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/stackql-exec.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,10 @@ jobs:
9393
if [[ -z "$line" ]]; then
9494
continue
9595
fi
96-
# Apply regex to non-empty lines
9796
if ! echo "$line" | grep -qE "$regex"; then
9897
echo "failed line: $line"
9998
exit 1
10099
fi
101-
echo "line: $line"
102100
done
103101
104102
if [ -z '${{ steps.stackql-exec-string.outputs.exec-result }}' ]; then

0 commit comments

Comments
 (0)