Skip to content

Commit 06e8470

Browse files
committed
ci(local-action): use native github actions log groups in standalone mode
1 parent db74366 commit 06e8470

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ async function run(): Promise<void> {
159159
}
160160
: {
161161
jobId: 'standalone-mode',
162-
bin: 'npx nx code-pushup --',
162+
// run without Nx to demonstrate native GitHub Actions log groups
163+
bin: 'node packages/cli/src/index.ts',
163164
};
164165

165166
const gitRefs = parseGitRefs();

0 commit comments

Comments
 (0)