We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503be8f commit 503b076Copy full SHA for 503b076
.github/workflows/code-pushup.yml
@@ -34,11 +34,10 @@ jobs:
34
node-version-file: .nvmrc
35
cache: npm
36
- name: Set base and head for Nx affected commands
37
- id: nx-set-shas
38
uses: nrwl/nx-set-shas@v4
39
- name: Install dependencies
40
run: npm ci
41
- name: Run Code PushUp action
42
uses: code-pushup/github-action@v0
43
with:
44
- bin: npx nx affected -t code-pushup --parallel=3 --base=${{ steps.nx-set-shas.outputs.base }} --head=${{ steps.nx-set-shas.outputs.head }} --
+ bin: npx nx affected -t code-pushup --parallel=3 --
0 commit comments