Hi,
In this PR: https://github.com/bpfkorea/agora/pull/489 we’ve tried to split our testing so certain compilers are only tested when a PR is made, and another set of compilers are tested when there is a push to our main branch.
However, the Github Actions system for this PR just became unresponsive. There are three runners (ignore the Travis one, it’s unrelated):
Linux (ubuntu-latest, dmd-2.090.0)
Linux (ubuntu-latest, ldc-1.19.0)
MacOS (macOS-latest, dmd-2.090.0)
And it says [Expected — Waiting for status to be reported].
We don’t really know how to debug this. There is no console or log to see what went wrong with the .github.yml script. How do we debug this?
Cheers!