Seeing how fast this runs on our bigger workers.
This commit is contained in:
parent
a51b8edf14
commit
cec4571ee9
|
@ -147,7 +147,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test-server:
|
test-server:
|
||||||
runs-on: ubuntu-latest
|
runs-on: budi-tubby-tornado-quad-core-300gb
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
datasource: [mssql, mysql, postgres, mongodb, mariadb, oracle, none]
|
datasource: [mssql, mysql, postgres, mongodb, mariadb, oracle, none]
|
||||||
|
|
|
@ -11,7 +11,6 @@ import { testContainerUtils } from "@budibase/backend-core/tests"
|
||||||
import cloneDeep from "lodash/cloneDeep"
|
import cloneDeep from "lodash/cloneDeep"
|
||||||
import { Knex } from "knex"
|
import { Knex } from "knex"
|
||||||
import TestConfiguration from "../../../tests/utilities/TestConfiguration"
|
import TestConfiguration from "../../../tests/utilities/TestConfiguration"
|
||||||
import { create } from "lodash"
|
|
||||||
|
|
||||||
export type DatasourceProvider = () => Promise<Datasource | undefined>
|
export type DatasourceProvider = () => Promise<Datasource | undefined>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue