mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:45:41 +00:00
feat(testing): Switched to mysql in local setup
This commit is contained in:
@@ -9,7 +9,7 @@ export interface NcContext {
|
||||
|
||||
const setup = async ({page, typeOnLocalSetup}: {page: Page, typeOnLocalSetup?: string}): Promise<NcContext> => {
|
||||
let dbType = process.env.CI ? process.env.E2E_TYPE : typeOnLocalSetup;
|
||||
dbType = dbType || 'sqlite';
|
||||
dbType = dbType || 'mysql';
|
||||
|
||||
const response = await axios.post(`http://localhost:8080/api/v1/meta/test/reset`, {
|
||||
parallelId: process.env.TEST_PARALLEL_INDEX,
|
||||
|
||||
Reference in New Issue
Block a user