We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc4cbe commit 063a04dCopy full SHA for 063a04d
1 file changed
.github/workflows/ci.yaml
@@ -83,7 +83,7 @@ jobs:
83
ADMIN_DB_USER: postgres
84
ADMIN_DB_PASSWORD: postgres
85
86
- - Create DB users
+ - name: Create database users
87
run: psql -h localhost -p 5433 -U postgres -f drizzle/9999_setup-roles.sql
88
env:
89
PGPASSWORD: postgres
0 commit comments