Fix integration test action (#13409)

This commit is contained in:
Hetu Nandu 2022-04-28 14:26:03 +05:30 committed by GitHub
parent 234fd33229
commit 892c76257e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1218,12 +1218,11 @@ jobs:
summary: "https://github.com/" + process.env.repository + "/actions/runs/" + process.env.run_id
}
});
console.log({ result });
return result;
} catch(e) {
console.error({ error: e.message });
}
console.log({ result });
return result;
}
- name: Dump the client payload context