Skip to content

Commit dd13287

Browse files
committed
ci(local-action): print code-pushup logs in github actions
1 parent a070fb0 commit dd13287

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/code-pushup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ runs:
1616
env:
1717
TSX_TSCONFIG_PATH: .github/actions/code-pushup/tsconfig.json
1818
GH_TOKEN: ${{ inputs.token }}
19+
CP_VERBOSE: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function createGitHubApiClient(): ProviderAPIClient {
127127
async function run(): Promise<void> {
128128
try {
129129
const options: Options = {
130-
bin: 'npx nx code-pushup --nx-bail --',
130+
bin: 'npx nx code-pushup --nx-bail --',
131131
};
132132

133133
const gitRefs = parseGitRefs();

0 commit comments

Comments
 (0)