[Tests] a cleaner name for the windows tests
parent
3afdce0a2c
commit
4618ce0aa1
|
@ -125,9 +125,10 @@ jobs:
|
||||||
nvm install ${{ matrix.npm-node-version }}
|
nvm install ${{ matrix.npm-node-version }}
|
||||||
|
|
||||||
nvm_windows:
|
nvm_windows:
|
||||||
permissions:
|
name: 'tests, on windows'
|
||||||
contents: none
|
permissions:
|
||||||
needs: [wsl_matrix, cygwin_matrix, msys_matrix, msys_fail_install]
|
contents: none
|
||||||
runs-on: ubuntu-latest
|
needs: [wsl_matrix, cygwin_matrix, msys_matrix, msys_fail_install]
|
||||||
steps:
|
runs-on: ubuntu-latest
|
||||||
- run: 'echo tests completed'
|
steps:
|
||||||
|
- run: 'echo tests completed'
|
||||||
|
|
Loading…
Reference in New Issue