diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index b4c9e60..e37e4ef 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -11,7 +11,7 @@ on: - master jobs: - test-powershell-linux: + test-powershell-core-linux: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -22,7 +22,7 @@ jobs: run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1' - test-powershell-macos: + test-powershell-core-macos: runs-on: macos-latest steps: - uses: actions/checkout@v1 @@ -33,7 +33,7 @@ jobs: run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1' - test-powershell-windows: + test-powershell-core-windows: runs-on: windows-latest steps: - uses: actions/checkout@v1