mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:08:32 +00:00
chore: only run workflow's e2e
This commit is contained in:
parent
e833ef2129
commit
9e5b4af41e
@ -60,7 +60,7 @@ exports.pTest = async (options) => {
|
||||
fs.mkdirSync(dir, { recursive: true });
|
||||
}
|
||||
|
||||
const files = glob.sync('packages/**/__e2e__/**/*.test.ts', {
|
||||
const files = glob.sync('packages/**/{plugin-workflow,plugin-workflow-*}/**/__e2e__/**/*.test.ts', {
|
||||
root: process.cwd(),
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user