Skip to content

Commit

Permalink
node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkeksz committed Dec 7, 2023
1 parent acff93c commit fbdecce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ env:
HOST_OS: ubuntu-20.04
GH_VERSION: v4
CACHE: 'npm'
postgres_env:
POSTGRES_PASSWORD: 1234
POSTGRES_USER: waisy
POSTGRES_PASSWORD: 1234
POSTGRES_USER: waisy

jobs:
build:
Expand All @@ -21,7 +20,9 @@ jobs:
image: postgres:${{ matrix.postgres-version }}
ports:
- 5431:5432
env: ${{ env.postgres_env }}
env:
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
POSGRES_USER: ${{ env.POSTGRES_USER }}
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit fbdecce

Please sign in to comment.