This commit is contained in:
SPRINX0\prochazka
2025-02-25 10:53:19 +01:00
32 changed files with 512 additions and 110 deletions

View File

@@ -109,3 +109,19 @@ jobs:
image: redis
ports:
- 16011:6379
mssql:
image: mcr.microsoft.com/mssql/server
ports:
- 16012:1433
env:
- ACCEPT_EULA=Y
- SA_PASSWORD=Pwd2020Db
- MSSQL_PID=Express
oracle:
image: gvenzl/oracle-xe:21-slim
env:
ORACLE_PASSWORD: Pwd2020Db
ports:
- 16013:1521

View File

@@ -7,7 +7,7 @@ checkout-and-merge-pro:
repository: dbgate/dbgate-pro
token: ${{ secrets.GH_TOKEN }}
path: dbgate-pro
ref: 47dbf13a0e22955a8d6a1fb7063688a44c9c84c4
ref: 83c1c85eb2761a642c17b2f0f882970718e0afca
- name: Merge dbgate/dbgate-pro
run: |
mkdir ../dbgate-pro