Skip to content

Commit

Permalink
ci: add postgres container to run integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldcohen committed Oct 2, 2023
1 parent 0a0f2e0 commit 1d37232
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
services:
postgres:
image: postgres:13.12
env:
POSTGRES_USER: user
POSTGRES_PASSWORD: password
POSTGRES_DB: megahertz
ports:
- 5432:5432
env:
POSTGRES_USER: user
POSTGRES_PASSWORD: password
POSTGRES_DB: megahertz
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 1d37232

Please sign in to comment.