mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 06:46:00 +00:00
skip some tests on CI
This commit is contained in:
@@ -20,7 +20,7 @@ const engines = [
|
||||
server: 'localhost',
|
||||
port: 15001,
|
||||
},
|
||||
skipOnGithub: true,
|
||||
skipOnCI: true,
|
||||
objects: [views],
|
||||
},
|
||||
{
|
||||
@@ -91,9 +91,9 @@ const engines = [
|
||||
server: 'localhost',
|
||||
port: 15003,
|
||||
},
|
||||
skipOnGithub: true,
|
||||
skipOnCI: true,
|
||||
objects: [views],
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = engines;
|
||||
module.exports = process.env.CITEST ? engines.filter(x => !x.skipOnCi) : engines;
|
||||
|
||||
Reference in New Issue
Block a user