Skip to content

Commit 4658e89

Browse files
committed
fix(ci): user/password/database should be the same in CI and in docker-compose for local development
1 parent 57da9a6 commit 4658e89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
- name: Set up PostgreSQL
4343
uses: ikalnytskyi/action-setup-postgres@v8
4444
with:
45-
username: postgres
46-
password: postgres
47-
database: taskiqpsqlpy
45+
username: taskiq_psqlpy
46+
password: look_in_vault
47+
database: taskiq_psqlpy
4848
id: postgres
4949
- name: Set up uv and enable cache
5050
id: setup-uv

0 commit comments

Comments
 (0)