Skip to content

Commit

Permalink
chore: cleaned up test job details, investigating failing tests on Wi…
Browse files Browse the repository at this point in the history
…ndows PowerShell to see if actionable
  • Loading branch information
scrthq committed Jan 12, 2024
1 parent f72f762 commit e2505b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-deploy-powershell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Build Module
shell: powershell
shell: pwsh
run: |
. ./build.ps1
Expand Down Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Test Module - PowerShell (${{ matrix.os }})
shell: powershell
if: ${{ matrix.os == 'windows-2022' }}
continue-on-error: true
run: |
. ./build.ps1 -Task Test
Expand Down

0 comments on commit e2505b6

Please sign in to comment.