Skip to content

Commit 018d99e

Browse files
ffix
1 parent 7b60ff9 commit 018d99e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/push.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,21 @@ jobs:
5858
- name: Install
5959
if: steps.yarn-cache.outputs.cache-hit != 'true'
6060
run: yarn install
61-
- run: yarn run sequelize db:create
61+
- run: yarn run sequelize db:migrate
6262
env:
6363
NODE_ENV: test
64-
POSTGRES_PASSWORD: postgres
65-
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
64+
POSTGRES_PASSWORD: postgre
6665
POSTGRES_DATABASE: postgres
6766
POSTGRES_USER: postgres
68-
- run: yarn run sequelize db:migrate
6967
- name: Lint
7068
run: yarn lint
7169
- name: test
7270
run: yarn test
71+
env:
72+
NODE_ENV: test
73+
POSTGRES_PASSWORD: postgre
74+
POSTGRES_DATABASE: postgres
75+
POSTGRES_USER: postgres
7376

7477
notify:
7578
name: Notify

0 commit comments

Comments
 (0)