Skip to content

Commit

Permalink
feat(otel-node): instr-pg (#114)
Browse files Browse the repository at this point in the history
Closes: #42
  • Loading branch information
trentm authored Apr 3, 2024
1 parent 21b779f commit 2bf150b
Show file tree
Hide file tree
Showing 8 changed files with 396 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,20 @@ jobs:
image: redis:7
ports:
- 6379:6379

mongodb:
image: mongo:7
ports:
- 27017:27017

postgres:
image: postgres:16
ports:
- "5432:5432"
env:
POSTGRES_HOST_AUTH_METHOD: 'trust'
POSTGRES_USER: 'postgres'

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit 2bf150b

Please sign in to comment.