Skip to content

Commit 4444f3b

Browse files
committed
ci: run code-pushup on self in monorepo mode
1 parent 4f60265 commit 4444f3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/code-pushup/src/runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async function run(): Promise<void> {
135135
}
136136

137137
const options: Options = {
138-
bin: 'npx nx code-pushup --nx-bail --',
138+
monorepo: true,
139139
};
140140

141141
const gitRefs = parseGitRefs();

.github/workflows/code-pushup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code PushUp - Standalone Mode
1+
name: Code PushUp
22

33
on:
44
push:

0 commit comments

Comments
 (0)