Skip to content

Commit

Permalink
Add in debug echo in github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Dec 4, 2024
1 parent 90e358b commit acc01c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/my-app/run-postgres-extract-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ mkdir -p "${SCRIPT_DIR}"/shared/generated
sudo docker cp postgres:/tmp/balances.csv "${SCRIPT_DIR}"/shared/generated/balances.csv
sudo docker cp postgres:/tmp/transactions.csv "${SCRIPT_DIR}"/shared/generated/transactions.csv
echo "Moved CSV files to current server"
echo "Script directory: ${SCRIPT_DIR}"
ls -lh "${SCRIPT_DIR}"/shared/generated
echo "Finished running my-app!"

0 comments on commit acc01c0

Please sign in to comment.