Jordan Harband 2023-12-04 13:06:24 -08:00
parent 4bdd57ba0f
commit 3e51872b98
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
1 changed files with 3 additions and 1 deletions

View File

@ -87,6 +87,7 @@ jobs:
bash.exe "%USERPROFILE%\setup.sh" bash.exe "%USERPROFILE%\setup.sh"
wsl_matrix: wsl_matrix:
continue-on-error: true
name: 'WSL nvm install' name: 'WSL nvm install'
defaults: defaults:
run: run:
@ -137,6 +138,7 @@ jobs:
node -v node -v
wsl_matrix_unofficial: wsl_matrix_unofficial:
continue-on-error: true
name: 'WSL nvm install' name: 'WSL nvm install'
defaults: defaults:
run: run:
@ -181,7 +183,7 @@ jobs:
name: 'tests, on windows' name: 'tests, on windows'
permissions: permissions:
contents: none 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 runs-on: ubuntu-latest
steps: steps:
- run: 'echo tests completed' - run: 'echo tests completed'