add debug ouput
This commit is contained in:
parent
5ebb95b1ef
commit
0ebad798b2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user