Skip to content

Commit

Permalink
ci: add postgres service for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoselli committed Apr 29, 2024
1 parent 9d67fa9 commit 024573c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
RABBITMQ_DEFAULT_PASS: guest
ports:
- 5672:5672
postgres:
image: postgres:16
env:
POSTGRES_USER: guest
POSTGRES_PASSWORD: guest
POSTGRES_DB: guest
ports:
- 5432:5432
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 024573c

Please sign in to comment.