Fix(e2e): E2E report should be available in the community channel. (#3305)

This commit is contained in:
yasser khan
2025-02-14 15:30:03 +05:30
committed by GitHub
parent face4096f1
commit d9967f30b0
4 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ async function saveArtifacts() {
}
const s3Folder = `${BUILD_ID}-${BRANCH}-${BUILD_TAG}`.replace(/\./g, '-');
const uploadPath = path.resolve(__dirname, `../../${MOCHAWESOME_REPORT_DIR}`);
const uploadPath = path.resolve(__dirname, `../${MOCHAWESOME_REPORT_DIR}`);
const filesToUpload = await getFiles(uploadPath);
return new Promise((resolve, reject) => {