This commit is contained in:
Jan Prochazka 2021-09-06 18:25:34 +02:00
parent eaa5970a0f
commit 2e03056a15
2 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@ on:
push:
branches:
- master
- develop
jobs:
test-runner:

View File

@ -116,11 +116,11 @@ const engines = [
const filterLocal = [
// filter local testing
'-MySQL',
'-PostgreSQL',
'MySQL',
'PostgreSQL',
'SQL Server',
'-SQLite',
'-CockroachDB',
'SQLite',
'CockroachDB',
];
module.exports = process.env.CITEST