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 5dfb610 commit 86b2ad6Copy full SHA for 86b2ad6
src/upload-lib.ts
@@ -356,7 +356,6 @@ async function uploadPayload(
356
): Promise<string> {
357
logger.info("Uploading results");
358
359
- // If in test mode we don't want to upload the results,
360
if (util.shouldSkipSarifUpload()) {
361
const payloadSaveFile = path.join(
362
actionsUtil.getTemporaryDirectory(),
0 commit comments