improve nobash tests, fix cursor, reenable CI (#138)
This commit is contained in:
committed by
pullfrog[bot]
parent
ecbbc3ae6f
commit
04cc24bf64
@@ -101,7 +101,7 @@ export async function main(): Promise<MainResult> {
|
||||
|
||||
// write last progress body to job summary
|
||||
if (toolState.lastProgressBody) {
|
||||
writeSummary(toolState.lastProgressBody);
|
||||
await writeSummary(toolState.lastProgressBody);
|
||||
}
|
||||
|
||||
const mainResult = await handleAgentResult(result);
|
||||
|
||||
Reference in New Issue
Block a user