Skip to content

Commit

Permalink
Add additional output to test what is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Franco committed Dec 2, 2020
1 parent 3183c4a commit f81f1a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/wrapWithSetStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export async function wrapWithSetStatus<T>(
description: `Failed: ${step}`,
state: 'failure'
});
core.info(`SOMETHING WENT WRONG ${error}`)
core.info(`Setting status to failure`);
core.setFailed(`CI failed at step: ${step}`);
}
Expand Down

0 comments on commit f81f1a3

Please sign in to comment.