Skip to content

Commit

Permalink
wip cp
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Nov 11, 2024
1 parent afd249e commit 46e8964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code-pushup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ const onlyAudits: OnlyAudit[] = [
];
const taskGraphTasks = ['cli-e2e:nxv-env-install'];
const taskTimeTasks: TaskTimeAuditOption[] = [
{ task: 'models-e2e:nxv-env-teardown' },
// { task: 'models-e2e:nxv-env-teardown' },
{ task: 'models-e2e:nxv-env-bootstrap' },
{ task: 'models-e2e:nxv-env-setup' },
{ task: 'models-e2e:e2e' },
{ task: 'models-e2e:nxv-e2e' },
{ task: 'nx-verdaccio-e2e:nxv-e2e' },
{
/* {
task: 'cli-e2e-original:original-e2e',
options: { exclude: ['nx-verdaccio'] },
},
},*/
];
const cacheSizeTasks = [
'models-e2e:nxv-env-setup',
Expand Down

0 comments on commit 46e8964

Please sign in to comment.