GitHub Actions change attempt 4/4728139432

This commit is contained in:
Sam Rose 2024-11-07 10:31:12 +00:00
parent 1e84297fdc
commit a9216bf653
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -114,6 +114,10 @@ export function datasourceDescribe(
databases = databases.filter(db => db === process.env.DATASOURCE) databases = databases.filter(db => db === process.env.DATASOURCE)
} }
if (databases.length === 0) {
return
}
describe.each(databases)(name, name => { describe.each(databases)(name, name => {
const config = new TestConfiguration() const config = new TestConfiguration()