mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 06:13:59 +00:00
try break tests
This commit is contained in:
2
.github/workflows/integration-tests.yaml
vendored
2
.github/workflows/integration-tests.yaml
vendored
@@ -23,8 +23,8 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd integration-tests
|
cd integration-tests
|
||||||
yarn wait:ci
|
|
||||||
yarn test:ci
|
yarn test:ci
|
||||||
|
# yarn wait:ci
|
||||||
- uses: tanmen/jest-reporter@v1
|
- uses: tanmen/jest-reporter@v1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ const engines = [
|
|||||||
server: 'localhost',
|
server: 'localhost',
|
||||||
port: 15003,
|
port: 15003,
|
||||||
},
|
},
|
||||||
skipOnCI: true,
|
// skipOnCI: true,
|
||||||
objects: [views],
|
objects: [views],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user