Skip to content

Commit 7cc4453

Browse files
fix
1 parent 018d99e commit 7cc4453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- run: yarn run sequelize db:migrate
6262
env:
6363
NODE_ENV: test
64-
POSTGRES_PASSWORD: postgre
64+
POSTGRES_PASSWORD: postgres
6565
POSTGRES_DATABASE: postgres
6666
POSTGRES_USER: postgres
6767
- name: Lint
@@ -70,7 +70,7 @@ jobs:
7070
run: yarn test
7171
env:
7272
NODE_ENV: test
73-
POSTGRES_PASSWORD: postgre
73+
POSTGRES_PASSWORD: postgres
7474
POSTGRES_DATABASE: postgres
7575
POSTGRES_USER: postgres
7676

0 commit comments

Comments
 (0)