Skip to content

Commit f879502

Browse files
committed
tests: use better error logging in container tests action
1 parent ef2bd86 commit f879502

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/container-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
run: |
4242
_result=${{ steps.check.outputs.result }}
4343
if [ "$_result" == failure ]; then
44-
echo "Distgen-generated files are not regenerated properly."
45-
echo "Please regenerate them with:"
46-
echo "'make clean-versions'"
47-
echo "'make generate-all'"
44+
echo "::error::Distgen-generated files are not regenerated properly."
45+
echo "::warning::Please regenerate them with:"
46+
echo "::warning::'make clean-versions'"
47+
echo "::warning::'make generate-all'"
4848
exit 1
4949
fi
5050
container-tests:

0 commit comments

Comments
 (0)