Skip to content

Commit

Permalink
wip report
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 17, 2024
1 parent 0c6f214 commit 2e3d9c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-pushup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Run Code PushUp action
uses: code-pushup/github-action@v0
with:
bin: npx nx code-pushup
bin: npx nx run code-pushup
6 changes: 3 additions & 3 deletions code-pushup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import nxPerformancePlugin, {

const onlyAudits: OnlyAudit[] = [
'project-graph-time',
'task-time',
'cache-size',
'task-graph-time',
//'task-time',
//'cache-size',
//'task-graph-time',
];
const taskGraphTasks = ['cli-e2e:install-env'];
const taskTimeTasks = [
Expand Down

0 comments on commit 2e3d9c8

Please sign in to comment.