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: push:
branches: branches:
- master - master
- develop
jobs: jobs:
test-runner: test-runner:

View File

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