Fix integration test action (#13409)
This commit is contained in:
parent
234fd33229
commit
892c76257e
|
|
@ -1218,12 +1218,11 @@ jobs:
|
||||||
summary: "https://github.com/" + process.env.repository + "/actions/runs/" + process.env.run_id
|
summary: "https://github.com/" + process.env.repository + "/actions/runs/" + process.env.run_id
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
console.log({ result });
|
||||||
|
return result;
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.error({ error: e.message });
|
console.error({ error: e.message });
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log({ result });
|
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: Dump the client payload context
|
- name: Dump the client payload context
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user