Skip to content

Commit 257a83b

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@54277 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 688b88d commit 257a83b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
runs-on: ${{ matrix.os }}
5656
timeout-minutes: 20
5757
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
58+
continue-on-error: ${{ matrix.os == 'windows-latest' }}
5859
strategy:
5960
fail-fast: false
6061
matrix:

0 commit comments

Comments
 (0)