masamitsu-murase/publish_markdown_reports

Task doesn't seem to be waiting for completion

Opened this issue · 0 comments

We are using this task in our pipeline for a while now, and are happy with it.

We now moved the task into a separate job, which completes directly after running the task.

Weirdly after moving the task the 'Markdown reports' tab does appear, but it shows an error that 'index.md' cannot be found:
image

The task call is identical compared with before moving.
Also when we add a Delay after this task for about 2,5 minutes it does work.

So it looks like the PublishMarkdownReports task is not waiting for something which is call async?