mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 17:16:01 +00:00
try to uncomment mysql tests
This commit is contained in:
@@ -20,7 +20,7 @@ const engines = [
|
||||
server: 'localhost',
|
||||
port: 15001,
|
||||
},
|
||||
skipOnCI: true,
|
||||
// skipOnCI: true,
|
||||
objects: [views],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -10,8 +10,11 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"wait:local": "cross-env DEVMODE=1 LOCALTEST=1 node wait.js",
|
||||
"test:ci": "cross-env DEVMODE=1 CITEST=1 jest --runInBand",
|
||||
"wait:ci": "cross-env DEVMODE=1 CITEST=1 node wait.js",
|
||||
|
||||
"test:local": "cross-env DEVMODE=1 LOCALTEST=1 jest",
|
||||
"test:ci": "cross-env DEVMODE=1 CITEST=1 jest --runInBand",
|
||||
|
||||
"run:local": "docker-compose down && docker-compose up -d && yarn wait:local && yarn test:local"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user