[Tests] a cleaner name for the windows tests

Jordan Harband 2022-12-27 22:32:09 -08:00
parent 3afdce0a2c
commit 4618ce0aa1
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
1 changed files with 7 additions and 6 deletions

View File

@ -125,9 +125,10 @@ jobs:
nvm install ${{ matrix.npm-node-version }}
nvm_windows:
permissions:
contents: none
needs: [wsl_matrix, cygwin_matrix, msys_matrix, msys_fail_install]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'
name: 'tests, on windows'
permissions:
contents: none
needs: [wsl_matrix, cygwin_matrix, msys_matrix, msys_fail_install]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'