Skip to content

Commit

Permalink
Merge pull request #21 from theohbrothers/test/ci-add-additional-test…
Browse files Browse the repository at this point in the history
…-for-ps-5.1

Test (ci): Add additional test for PS `5.1`
  • Loading branch information
joeltimothyoh authored Apr 29, 2024
2 parents bd0d359 + 0bf19a4 commit cf124bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ jobs:
run: |
pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
test-powershell-5-1-windows-2022:
runs-on: windows-2022
steps:
- uses: actions/checkout@v1
- name: Powershell version
run: |
powershell -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
- name: Test
run: |
powershell -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
test-powershell-5-1-windows-2019:
runs-on: windows-2019
steps:
Expand Down

0 comments on commit cf124bf

Please sign in to comment.