We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a070fb0 commit dd13287Copy full SHA for dd13287
.github/actions/code-pushup/action.yml
@@ -16,3 +16,4 @@ runs:
16
env:
17
TSX_TSCONFIG_PATH: .github/actions/code-pushup/tsconfig.json
18
GH_TOKEN: ${{ inputs.token }}
19
+ CP_VERBOSE: true
.github/actions/code-pushup/src/runner.ts
@@ -127,7 +127,7 @@ function createGitHubApiClient(): ProviderAPIClient {
127
async function run(): Promise<void> {
128
try {
129
const options: Options = {
130
- bin: 'npx nx code-pushup --nx-bail --',
+ bin: 'npx nx code-pushup --nx-bail --',
131
};
132
133
const gitRefs = parseGitRefs();
0 commit comments