Skip to content

Commit

Permalink
chore(otel-node): add cassandra service in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Jan 23, 2025
1 parent efcb693 commit 8954710
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-edot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ jobs:
MSSQL_SA_PASSWORD: 'Very(!)Secure'
ports:
- "1433:1433"

cassandra:
image: cassandra:3
env:
MAX_HEAP_SIZE: "1G"
HEAP_NEWSIZE: 400m
ports:
- "9042:9042"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8954710

Please sign in to comment.