From 4618ce0aa12b9a3582ada585ef6a1f2be595c573 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 27 Dec 2022 22:32:09 -0800 Subject: [PATCH] [Tests] a cleaner name for the windows tests --- .github/workflows/windows-npm.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/windows-npm.yml b/.github/workflows/windows-npm.yml index 29fef33..18197ce 100644 --- a/.github/workflows/windows-npm.yml +++ b/.github/workflows/windows-npm.yml @@ -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'