Skip to content

Commit 30fa5b3

Browse files
author
John Doe
committed
chore: adjust gh actions
1 parent 0958ad0 commit 30fa5b3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/code-pushup-fork.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
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 --

.github/workflows/code-pushup.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ jobs:
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 --

0 commit comments

Comments
 (0)