mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 05:03:57 +00:00
feat: add cassandra to workflows
This commit is contained in:
4
.github/workflows/run-tests.yaml
vendored
4
.github/workflows/run-tests.yaml
vendored
@@ -89,3 +89,7 @@ jobs:
|
|||||||
ORACLE_PASSWORD: Pwd2020Db
|
ORACLE_PASSWORD: Pwd2020Db
|
||||||
ports:
|
ports:
|
||||||
- '15006:1521'
|
- '15006:1521'
|
||||||
|
cassandradb:
|
||||||
|
image: 'cassandra:5.0.2'
|
||||||
|
ports:
|
||||||
|
- '15942:9042'
|
||||||
|
|||||||
@@ -106,3 +106,8 @@ jobs:
|
|||||||
ORACLE_PASSWORD: Pwd2020Db
|
ORACLE_PASSWORD: Pwd2020Db
|
||||||
ports:
|
ports:
|
||||||
- 15006:1521
|
- 15006:1521
|
||||||
|
|
||||||
|
cassandradb:
|
||||||
|
image: cassandra:5.0.2
|
||||||
|
ports:
|
||||||
|
- 15942:9042
|
||||||
|
|||||||
Reference in New Issue
Block a user