Skip to content

Commit

Permalink
feat: created matrix for test execution in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Jan 12, 2024
1 parent c61c21e commit ef986e7
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 @@ -39,6 +39,7 @@ jobs:
- ubuntu-latest
- windows-latest
- macos-latest
- windows-2022
runs-on: ${{ matrix.os }}
needs:
- build
Expand All @@ -54,7 +55,7 @@ jobs:
path: BuildOutput

- name: Test Module - ${{ matrix.os }}
shell: pwsh
shell: "${{ matrix.os == 'windows-2022' && 'powershell' || 'pwsh' }}"
run: |
. ./build.ps1 -Task Test
Expand Down

0 comments on commit ef986e7

Please sign in to comment.