From 3e51872b98660c5bf08ca74818e3b474470f1d4d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 4 Dec 2023 13:06:24 -0800 Subject: [PATCH] [Tests] temporarily allow WSL tests to fail See https://github.com/Vampire/setup-wsl/issues/50 / https://github.com/actions/runner-images/discussions/8791 --- .github/workflows/windows-npm.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-npm.yml b/.github/workflows/windows-npm.yml index 08bdac4..ccc9033 100644 --- a/.github/workflows/windows-npm.yml +++ b/.github/workflows/windows-npm.yml @@ -87,6 +87,7 @@ jobs: bash.exe "%USERPROFILE%\setup.sh" wsl_matrix: + continue-on-error: true name: 'WSL nvm install' defaults: run: @@ -137,6 +138,7 @@ jobs: node -v wsl_matrix_unofficial: + continue-on-error: true name: 'WSL nvm install' defaults: run: @@ -181,7 +183,7 @@ jobs: name: 'tests, on windows' permissions: contents: none - needs: [wsl_matrix, cygwin_matrix, msys_matrix, msys_fail_install] + needs: [wsl_matrix, wsl_matrix_unofficial, cygwin_matrix, msys_matrix, msys_fail_install] runs-on: ubuntu-latest steps: - run: 'echo tests completed'