Skip to content

Commit 063a04d

Browse files
committed
fix: action
1 parent 3bc4cbe commit 063a04d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
ADMIN_DB_USER: postgres
8484
ADMIN_DB_PASSWORD: postgres
8585

86-
- Create DB users
86+
- name: Create database users
8787
run: psql -h localhost -p 5433 -U postgres -f drizzle/9999_setup-roles.sql
8888
env:
8989
PGPASSWORD: postgres

0 commit comments

Comments
 (0)