Add continueOnError: true for debug artifact upload (#1895)

This commit is contained in:
Angela P Wen 2023-09-19 15:10:13 -07:00 committed by GitHub
parent 01b8760f90
commit 8e0b1c74b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -49,6 +49,7 @@ export async function uploadDebugArtifacts(
sanitizeArifactName(`${artifactName}${suffix}`),
toUpload.map((file) => path.normalize(file)),
path.normalize(rootDir),
{ continueOnError: true },
);
}