Skip to content

Commit

Permalink
Merge pull request #23 from theohbrothers/refactor/ci-standardize-job…
Browse files Browse the repository at this point in the history
…-names-for-powershell-core-jobs

Refactor (ci): Standardize job names for PowerShell Core jobs
  • Loading branch information
joeltimothyoh authored Apr 30, 2024
2 parents 6b6e199 + 9a107e0 commit 10cb666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- master

jobs:
test-powershell-linux:
test-powershell-core-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 10cb666

Please sign in to comment.