mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 14:36:56 +00:00
feat(test): Improved stress test test selection logic
This commit is contained in:
@@ -5,7 +5,7 @@ const exec = util.promisify(require('child_process').exec);
|
||||
// Get items from `git diff develop'
|
||||
|
||||
void (async () => {
|
||||
const { stdout } = await exec(`git diff develop | grep test\\(`);
|
||||
const { stdout } = await exec(`git diff develop -- *.spec.ts **/*.spec.ts | grep test\\(`);
|
||||
// eslint-disable-next-line no-undef
|
||||
const dbType = process.env.E2E_DB_TYPE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user