mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 18:03:58 +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
|
||||
run: |
|
||||
cd integration-tests
|
||||
yarn wait:ci
|
||||
yarn test:ci
|
||||
# yarn wait:ci
|
||||
- uses: tanmen/jest-reporter@v1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -92,7 +92,7 @@ const engines = [
|
||||
server: 'localhost',
|
||||
port: 15003,
|
||||
},
|
||||
skipOnCI: true,
|
||||
// skipOnCI: true,
|
||||
objects: [views],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user