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 5a98af8 commit 5d7b185
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test-deploy-powershell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

test:
name: Test Module
needs:
- build
strategy:
fail-fast: false
matrix:
Expand All @@ -41,11 +43,7 @@ jobs:
- macos-latest
- windows-2022
runs-on: ${{ matrix.os }}
needs:
- build
timeout-minutes: 120
env:
TEST_SHELL: ${{ matrix.os == 'windows-2022' && 'powershell' || 'pwsh' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5d7b185

Please sign in to comment.