[wp-trac] [WordPress Trac] #59458: Duplicate PHP version in PHPUnit job names on GitHub Actions

WordPress Trac noreply at wordpress.org
Tue Sep 26 14:08:26 UTC 2023


#59458: Duplicate PHP version in PHPUnit job names on GitHub Actions
-------------------------------------+---------------------
 Reporter:  SergeyBiryukov           |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  low                      |   Milestone:  6.4
Component:  Build/Test Tools         |     Version:
 Severity:  trivial                  |  Resolution:
 Keywords:  has-patch needs-testing  |     Focuses:
-------------------------------------+---------------------

Comment (by desrosj):

 This is an annoying inconsistency with how GitHub Actions handles callable
 workflows.

 When looking at a single workflow view, the only way to get the jobs to
 combine into a collapsible group is if the start of the name of the job
 within the called workflow matches the end of the job name in the calling
 one.

 It displays nicely on the individual workflow view, but not so much in the
 PR or commit views.

 I've passed this along to GitHub, but haven't heard back yet. We could
 experiment a bit more to try and find a way around this, but I couldn't
 find a way. @johnbillion has also toyed around with this a bit, and
 [https://github.com/johnbillion/query-monitor/actions/runs/6147756895
 arrived at the same approach].

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/59458#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list