mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 04:46:40 +00:00
fix(playwright): Enabled grid operation test
This commit is contained in:
committed by
Pranav C
parent
5c36a3e9d6
commit
318b6b47b1
@@ -13,7 +13,7 @@ void (async () => {
|
||||
return;
|
||||
}
|
||||
|
||||
const { stdout } = await exec(`git diff origin/develop -- *.spec.ts **/*.spec.ts | grep test\\(`);
|
||||
const { stdout } = await exec(`git diff origin/develop -- **/*.spec.ts | grep test\\( | cat`);
|
||||
// eslint-disable-next-line no-undef
|
||||
const dbType = process.env.E2E_DB_TYPE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user