Skip to content

Commit

Permalink
updated node ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Pozzi committed May 10, 2021
1 parent 5968a2e commit 06da516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
image: postgres:12
# Provide the password for postgres
env:
POSTGRES_USER: aurora
POSTGRES_PASSWORD: postgres
# Set health checks to wait until postgres has started
options: >-
Expand All @@ -39,7 +40,7 @@ jobs:
- run: npm run build --if-present
- run: npm run migrate --production
env:
DB_URL: postgres://root:postgres@postgres:5432/aurora
DB_URL: postgres://aurora:postgres@postgres:5432/aurora
DB_SSL: "false"
JWT_SECRET: ASUPERSECRET
- run: npm run db:seed --production
Expand Down

0 comments on commit 06da516

Please sign in to comment.