mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
try to fix e2e tests
This commit is contained in:
2
.github/workflows/build-app-pro-beta.yaml
vendored
2
.github/workflows/build-app-pro-beta.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
repository: dbgate/dbgate-pro
|
||||
token: '${{ secrets.GH_TOKEN }}'
|
||||
path: dbgate-pro
|
||||
ref: 7ccbb71e491760624fbdec4a93d216539917924a
|
||||
ref: 42760313d345c2872b2ac1d5d656764d4ab68ddc
|
||||
- name: Merge dbgate/dbgate-pro
|
||||
run: |
|
||||
mkdir ../dbgate-pro
|
||||
|
||||
2
.github/workflows/build-app-pro.yaml
vendored
2
.github/workflows/build-app-pro.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
repository: dbgate/dbgate-pro
|
||||
token: '${{ secrets.GH_TOKEN }}'
|
||||
path: dbgate-pro
|
||||
ref: 7ccbb71e491760624fbdec4a93d216539917924a
|
||||
ref: 42760313d345c2872b2ac1d5d656764d4ab68ddc
|
||||
- name: Merge dbgate/dbgate-pro
|
||||
run: |
|
||||
mkdir ../dbgate-pro
|
||||
|
||||
2
.github/workflows/build-aws-pro.yaml
vendored
2
.github/workflows/build-aws-pro.yaml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
repository: dbgate/dbgate-pro
|
||||
token: '${{ secrets.GH_TOKEN }}'
|
||||
path: dbgate-pro
|
||||
ref: 7ccbb71e491760624fbdec4a93d216539917924a
|
||||
ref: 42760313d345c2872b2ac1d5d656764d4ab68ddc
|
||||
- name: Merge dbgate/dbgate-pro
|
||||
run: |
|
||||
mkdir ../dbgate-pro
|
||||
|
||||
2
.github/workflows/build-docker-pro.yaml
vendored
2
.github/workflows/build-docker-pro.yaml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
repository: dbgate/dbgate-pro
|
||||
token: '${{ secrets.GH_TOKEN }}'
|
||||
path: dbgate-pro
|
||||
ref: 7ccbb71e491760624fbdec4a93d216539917924a
|
||||
ref: 42760313d345c2872b2ac1d5d656764d4ab68ddc
|
||||
- name: Merge dbgate/dbgate-pro
|
||||
run: |
|
||||
mkdir ../dbgate-pro
|
||||
|
||||
2
.github/workflows/build-npm-pro.yaml
vendored
2
.github/workflows/build-npm-pro.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
repository: dbgate/dbgate-pro
|
||||
token: '${{ secrets.GH_TOKEN }}'
|
||||
path: dbgate-pro
|
||||
ref: 7ccbb71e491760624fbdec4a93d216539917924a
|
||||
ref: 42760313d345c2872b2ac1d5d656764d4ab68ddc
|
||||
- name: Merge dbgate/dbgate-pro
|
||||
run: |
|
||||
mkdir ../dbgate-pro
|
||||
|
||||
2
.github/workflows/e2e-pro.yaml
vendored
2
.github/workflows/e2e-pro.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
repository: dbgate/dbgate-pro
|
||||
token: '${{ secrets.GH_TOKEN }}'
|
||||
path: dbgate-pro
|
||||
ref: 7ccbb71e491760624fbdec4a93d216539917924a
|
||||
ref: 42760313d345c2872b2ac1d5d656764d4ab68ddc
|
||||
- name: Merge dbgate/dbgate-pro
|
||||
run: |
|
||||
mkdir ../dbgate-pro
|
||||
|
||||
@@ -402,7 +402,7 @@ module.exports = {
|
||||
structure_meta: true,
|
||||
async structure({ conid, database, modelTransFile = null }, req) {
|
||||
if (!conid || !database) {
|
||||
return null;
|
||||
return {};
|
||||
}
|
||||
|
||||
testConnectionPermission(conid, req);
|
||||
|
||||
@@ -7,7 +7,7 @@ checkout-and-merge-pro:
|
||||
repository: dbgate/dbgate-pro
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
path: dbgate-pro
|
||||
ref: 7ccbb71e491760624fbdec4a93d216539917924a
|
||||
ref: 42760313d345c2872b2ac1d5d656764d4ab68ddc
|
||||
- name: Merge dbgate/dbgate-pro
|
||||
run: |
|
||||
mkdir ../dbgate-pro
|
||||
|
||||
Reference in New Issue
Block a user