Skip to content

Commit

Permalink
update postgresql create db command
Browse files Browse the repository at this point in the history
  • Loading branch information
voidZXL committed Dec 20, 2024
1 parent fe713a7 commit 441d888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
echo "Waiting for PostgreSQL to be ready..."
sleep 5
done
PGPASSWORD=test-tmp-password psql -h localhost -p 5432 -U test_user -c "CREATE DATABASE utilmeta_test_ops_db;"
PGPASSWORD=test-tmp-password psql -h localhost -p 5432 -U test_user -d utilmeta_test_db -c "CREATE DATABASE utilmeta_test_ops_db;"
- name: Wait for MySQL
run: |
Expand Down

0 comments on commit 441d888

Please sign in to comment.