Skip to content

Commit

Permalink
fix(workflow): print arcs founded
Browse files Browse the repository at this point in the history
  • Loading branch information
danimarinBG committed Aug 2, 2024
1 parent 2e823df commit 3291f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/database_ud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
exit 1
else
echo "Arcs found:"
echo "$tables"
echo "$arcs"
fi
2 changes: 1 addition & 1 deletion .github/workflows/database_ws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
exit 1
else
echo "Arcs found:"
echo "$tables"
echo "$arcs"
fi

0 comments on commit 3291f45

Please sign in to comment.