File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3030 with :
3131 node-version-file : .nvmrc
3232 cache : npm
33+ - name : Set base and head for Nx affected commands
34+ uses : nrwl/nx-set-shas@v4
3335 - name : Install dependencies
3436 run : npm ci
3537 - name : Run Code PushUp action
3638 uses : code-pushup/github-action@v0
3739 with :
38- bin : npx nx code-pushup --
40+ bin : npx nx affected -t code-pushup --parallel=3 --
Original file line number Diff line number Diff line change 3131 with :
3232 node-version-file : .nvmrc
3333 cache : npm
34+ - name : Set base and head for Nx affected commands
35+ uses : nrwl/nx-set-shas@v4
3436 - name : Install dependencies
3537 run : npm ci
3638 - name : Run Code PushUp action
3739 uses : code-pushup/github-action@v0
3840 with :
39- bin : npx nx code-pushup --
41+ bin : npx nx affected -t code-pushup --parallel=3 --
You can’t perform that action at this time.
0 commit comments