feat: add cassandra to workflows

This commit is contained in:
Nybkox
2025-02-06 09:18:13 +01:00
parent d9537e5fd4
commit 1d1e488755
2 changed files with 9 additions and 0 deletions

View File

@@ -106,3 +106,8 @@ jobs:
ORACLE_PASSWORD: Pwd2020Db
ports:
- 15006:1521
cassandradb:
image: cassandra:5.0.2
ports:
- 15942:9042