Make WordPress Core

Changeset 54277

Timestamp:
09/21/2022 02:26:42 PM (22 months ago)
Author:
desrosj
Message:

Build/Test Tools: Temporarily allow the NPM testing workflow to fail.

This changes the Test NPM GitHub Action workflow to temporarily allow the job validating build tools on Windows to fail.

When the build:dev Grunt task is run on Windows, the resulting hashes calculated by Webpack are different than other platforms. This seems to be related to how the remove-accents dependency is read and processed during the build script.

Since a Windows machine is not used to build WordPress on the build server, this will only affect local development installs for Windows contributors. While this is investigated, this workflow job can be allowed to fail.

Props bernhard-reiter, desrosj, Clorith, gziolo.
See #56615.

File:
1 edited

Legend:

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

    r54108 r54277  
    5656    timeout-minutes: 20
    5757    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
     58
    5859    strategy:
    5960      fail-fast: false
Note: See TracChangeset for help on using the changeset viewer.