You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most reliable way to find the published results for a commit is the following:
go to the workflow that contains the publishing job via the tab, e.g.:
go to the publishing job in the list on the left
remove ?check_suite_focus=true from the URL
look at all workflow runs on the left, in one there should be the published result. If you have multiple workflow runs for that commit, than the results are probably in the "wrong" workflow run, see Publishes to random workflow #12:
If you still can not find the result of v1.26, can you please run the v1.26 action with the following settings:
Hi @EnricoMi
I was debugging some builds today and noticed that the publishing of test results stopped working with the new v1.26 release.
I was able to "fix" my workflow by pinning the action to v1.25 (e.g.
uses: EnricoMi/[email protected]
)Here's a an output from the workflow that didn't actually publish (v1.26):
v1.26 (didn't actually publish)
v1.25 (publishes OK)
I couldn't see any differences.
Let me know if you need any more details.
The text was updated successfully, but these errors were encountered: