diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index bdcd9d249d..8a3d9db82e 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -60,6 +60,7 @@ jobs: if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} needs: prepare-workflow strategy: + fail-fast: false matrix: os: [ ubuntu-latest, windows-latest ]