We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b60ff9 commit 018d99eCopy full SHA for 018d99e
.github/workflows/push.yml
@@ -58,18 +58,21 @@ jobs:
58
- name: Install
59
if: steps.yarn-cache.outputs.cache-hit != 'true'
60
run: yarn install
61
- - run: yarn run sequelize db:create
+ - run: yarn run sequelize db:migrate
62
env:
63
NODE_ENV: test
64
- POSTGRES_PASSWORD: postgres
65
- POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
+ POSTGRES_PASSWORD: postgre
66
POSTGRES_DATABASE: postgres
67
POSTGRES_USER: postgres
68
- - run: yarn run sequelize db:migrate
69
- name: Lint
70
run: yarn lint
71
- name: test
72
run: yarn test
+ env:
+ NODE_ENV: test
73
74
+ POSTGRES_DATABASE: postgres
75
+ POSTGRES_USER: postgres
76
77
notify:
78
name: Notify
0 commit comments