Skip to content

Commit

Permalink
Add continueOnError: true for debug artifact upload (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Sep 19, 2023
1 parent 01b8760 commit 8e0b1c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/debug-artifacts.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/debug-artifacts.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/debug-artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export async function uploadDebugArtifacts(
sanitizeArifactName(`${artifactName}${suffix}`),
toUpload.map((file) => path.normalize(file)),
path.normalize(rootDir),
{ continueOnError: true },
);
}

Expand Down

0 comments on commit 8e0b1c7

Please sign in to comment.