Skip to content

Commit

Permalink
fix: adjust target names in code pushup config
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 30, 2024
1 parent 3faf91c commit 26fd287
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code-pushup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const onlyAudits: OnlyAudit[] = [
'cache-size',
'task-time',
];
const taskGraphTasks = ['cli-e2e:pb-ve-env-install'];
const taskGraphTasks = ['cli-e2e:nxv-env-install'];
const taskTimeTasks = [
'cli-e2e:e2e',
'cli-e2e:pb-ve-env-setup',
'cli-e2e:nxv-env-setup',
'cli:unit-test',
'cli:build',
'core-e2e:e2e',
Expand All @@ -22,11 +22,11 @@ const taskTimeTasks = [
'cli-e2e-original:original-e2e',
];
const cacheSizeTasks = [
'models-e2e:pb-ve-env-setup',
'utils-e2e:pb-ve-env-setup',
'core-e2e:pb-ve-env-setup',
'cli-e2e:pb-ve-env-setup',
'playground-e2e:pb-ve-env-setup',
'models-e2e:nxv-env-setup',
'utils-e2e:nxv-env-setup',
'core-e2e:nxv-env-setup',
'cli-e2e:nxv-env-setup',
'playground-e2e:nxv-env-setup',
];
export default {
plugins: [
Expand Down

0 comments on commit 26fd287

Please sign in to comment.