debug(ci): emit notice annotation with 0x0.st URL
This commit is contained in:
@@ -36,7 +36,9 @@ jobs:
|
|||||||
EXIT=$?
|
EXIT=$?
|
||||||
tail -n 200 test_output.log
|
tail -n 200 test_output.log
|
||||||
if [ $EXIT -ne 0 ]; then
|
if [ $EXIT -ne 0 ]; then
|
||||||
echo "UPLOAD_URL=$(curl -s -F'file=@test_output.log' https://0x0.st)"
|
URL=$(curl -s -F'file=@test_output.log' https://0x0.st)
|
||||||
|
echo "::notice::Test log uploaded to $URL"
|
||||||
|
echo "UPLOAD_URL=$URL"
|
||||||
fi
|
fi
|
||||||
exit $EXIT
|
exit $EXIT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user