Seeing how fast this runs on our bigger workers.

This commit is contained in:
Sam Rose 2024-11-07 11:19:28 +00:00
parent a51b8edf14
commit cec4571ee9
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -147,7 +147,7 @@ jobs:
fi
test-server:
runs-on: ubuntu-latest
runs-on: budi-tubby-tornado-quad-core-300gb
strategy:
matrix:
datasource: [mssql, mysql, postgres, mongodb, mariadb, oracle, none]

View File

@ -11,7 +11,6 @@ import { testContainerUtils } from "@budibase/backend-core/tests"
import cloneDeep from "lodash/cloneDeep"
import { Knex } from "knex"
import TestConfiguration from "../../../tests/utilities/TestConfiguration"
import { create } from "lodash"
export type DatasourceProvider = () => Promise<Datasource | undefined>