Make WordPress Core

Changeset 52546


Ignore:
Timestamp:
01/10/2022 04:43:54 PM (3 years ago)
Author:
davidbaumwald
Message:

Build/Test Tools: Re-enable E2E tests for the 5.8 branch.

After the 5.9 branch was created, [52449] updated the workflow for testing old branches to include 5.9. However, the E2E tests -branch condition was updated to 5.9 instead of adding an additional branch condition for 5.9. This commit re-enables the E2E tests for 5.8.

Props desrosj, hellofromTonya.
Fixes #54749.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-old-branches.yml

    r52449 r52546  
    4646            workflow: 'php-compatibility.yml'
    4747
    48           # End to End testing was introduced in 5.3 but later removed as there were no meaningful assertions.
    49           # Only the officially supported major branch runs E2E tests so that more assertions can be added, and the
    50           # workflow does not continue to run needlessly on old branches.
     48          # End-to-end testing was introduced in 5.3 but was later removed as there were no meaningful assertions.
     49          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
     50          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
    5151          - branch: '5.9'
     52            workflow: 'end-to-end-tests.yml'
     53          - branch: '5.8'
    5254            workflow: 'end-to-end-tests.yml'
    5355        exclude:
Note: See TracChangeset for help on using the changeset viewer.