Skip to content

Commit

Permalink
[Tests] temporarily allow WSL tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 4, 2023
1 parent 4bdd57b commit 3e51872
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
bash.exe "%USERPROFILE%\setup.sh"
wsl_matrix:
continue-on-error: true
name: 'WSL nvm install'
defaults:
run:
Expand Down Expand Up @@ -137,6 +138,7 @@ jobs:
node -v
wsl_matrix_unofficial:
continue-on-error: true
name: 'WSL nvm install'
defaults:
run:
Expand Down Expand Up @@ -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'

0 comments on commit 3e51872

Please sign in to comment.