add debug ouput

This commit is contained in:
Lendemor 2024-10-05 02:00:06 +02:00
parent 5ebb95b1ef
commit 0ebad798b2

View File

@ -69,6 +69,9 @@ jobs:
working-directory: ./reflex-web/.web
run: |
outdated=$(/home/runner/.local/share/reflex/bun/bin/bun outdated)
echo "Raw output of bun outdated:"
echo "$outdated"
outdated=$(echo "$outdated" | grep -vE '|----------------------------|-' || true)
echo "Outdated:"
echo "$outdated"