GitHub Actions change attempt 4/4728139432
This commit is contained in:
parent
1e84297fdc
commit
a9216bf653
|
@ -114,6 +114,10 @@ export function datasourceDescribe(
|
|||
databases = databases.filter(db => db === process.env.DATASOURCE)
|
||||
}
|
||||
|
||||
if (databases.length === 0) {
|
||||
return
|
||||
}
|
||||
|
||||
describe.each(databases)(name, name => {
|
||||
const config = new TestConfiguration()
|
||||
|
||||
|
|
Loading…
Reference in New Issue