Skip to content

Commit eb2d403

Browse files
committed
Add debugging
1 parent 82a0300 commit eb2d403

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

componentDetection.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ export default class ComponentDetection {
5151
// Run the component-detection CLI on the path specified
5252
private static async runComponentDetection(path: string) {
5353
core.info("Running component-detection");
54+
5455
try {
56+
await exec.exec(`ls -la`);
5557
await exec.exec(`${this.componentDetectionPath} scan --SourceDirectory ${path} --ManifestFile ${this.outputPath}`);
5658
} catch (error: any) {
5759
core.error(error);

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)