We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0958ad0 commit 30fa5b3Copy full SHA for 30fa5b3
2 files changed
.github/workflows/code-pushup-fork.yml
@@ -30,9 +30,11 @@ jobs:
30
with:
31
node-version-file: .nvmrc
32
cache: npm
33
+ - name: Set base and head for Nx affected commands
34
+ uses: nrwl/nx-set-shas@v4
35
- name: Install dependencies
36
run: npm ci
37
- name: Run Code PushUp action
38
uses: code-pushup/github-action@v0
39
- bin: npx nx code-pushup --
40
+ bin: npx nx affected -t code-pushup --parallel=3 --
.github/workflows/code-pushup.yml
@@ -31,9 +31,11 @@ jobs:
41
0 commit comments