Skip to content

Commit

Permalink
ci: up
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jan 15, 2025
1 parent b6e384b commit 7b49641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scripts/ci/ci-init-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export PGPASSWORD="$POSTGRES_PWD"
psql -h $POSTGRES_HOST -p $POSTGRES_PORT -U$POSTGRES_USER -d $POSTGRES_DB -bq -f $cwd/.scripts/ci/init-pre.sql
echo -e "\n"

SQL_DIR="$cwd/packages/demo/database/"
# SQL_DIR="$cwd/packages/demo/database/"
SQL_DIR="$cwd/packages/pgmq-js/database/"
cd "$SQL_DIR"
. ./init-db.sh

Expand Down

0 comments on commit 7b49641

Please sign in to comment.