Skip to content

Commit f5b950b

Browse files
author
John Doe
committed
refactor: wip
1 parent 13a6340 commit f5b950b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ describe('nx-plugin', () => {
173173
});
174174

175175
const cleanStdout = removeColorCodes(stdout);
176+
throw new Error(cleanStdout);
176177
// Nx command
177178
expect(cleanStdout).toContain('nx run my-lib:code-pushup --dryRun');
178179
// Run CLI executor

packages/nx-plugin/src/executors/cli/executor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export default async function runAutorunExecutor(
4747
logger.warn(`DryRun execution of: ${commandString}`);
4848
} else {
4949
try {
50+
logger.debug(`With env vars: ${executorEnvVariables}`);
5051
await executeProcess({
5152
command,
5253
args,

0 commit comments

Comments
 (0)