Make WordPress Core


Ignore:
Timestamp:
02/12/2021 02:53:59 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Merge several automated testing improvements to the 5.6 branch.

This merges several refinements to GitHub Action workflow files to the 5.6 branch.

It also includes [49836], which added the ability to replace mysql with mariadb when using the local Docker environment to ensure consistency of the tools across branches.

Props johnbillion.
Merges [49781-49784,49786,49836,49938,50268,50285] to the 5.6 branch.
See #50401.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/.github/workflows/verify-npm-on-windows.yml

    r50198 r50296  
    1818  # - Checks out the repository.
    1919  # - Logs debug information about the runner container.
    20   # - Installs NodeJS 14 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).
     20  # - Installs NodeJS 14.
    2121  # - Sets up caching for NPM.
    2222  # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
     
    2525    name: Tests NPM on Windows
    2626    runs-on: windows-latest
     27    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
     28
    2729    steps:
    2830      - name: Cancel previous runs of this workflow (pull requests only)
Note: See TracChangeset for help on using the changeset viewer.