Skip to content

Commit 0abde52

Browse files
improve validate step
1 parent e19c07b commit 0abde52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stackql-exec.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,9 @@ jobs:
6060
echo "exec-stackql output does not contain expected result"
6161
exit 1
6262
fi
63+
if [ -z '${{ steps.stackql-exec-string.outputs.exec-result }}' ]; then
64+
echo "exec-stackql output does not contain expected result"
65+
exit 1
66+
fi
6367
6468

0 commit comments

Comments
 (0)