Skip to content

Commit 8e0b1c7

Browse files
authored
Add continueOnError: true for debug artifact upload (#1895)
1 parent 01b8760 commit 8e0b1c7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

lib/debug-artifacts.js

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

lib/debug-artifacts.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.

src/debug-artifacts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export async function uploadDebugArtifacts(
4949
sanitizeArifactName(`${artifactName}${suffix}`),
5050
toUpload.map((file) => path.normalize(file)),
5151
path.normalize(rootDir),
52+
{ continueOnError: true },
5253
);
5354
}
5455

0 commit comments

Comments
 (0)