Skip to content

Commit

Permalink
Try to speed up WinRM
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Apr 14, 2022
1 parent 7b436cd commit ab2c97e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -58,6 +58,13 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.arch }}

- name: Remove extra modules to speed up PowerShell startup module due to slow WinRM issue
if: startsWith(matrix.os, 'windows')
shell: bash
run: |
rm -rf "/c/Program Files/WindowsPowerShell/Modules/AWSPowerShell"
rm -rf "/c/Program Files/WindowsPowerShell/Modules/Microsoft.Graph*"
- name: set up Windows integration tests
if: startsWith(matrix.os, 'windows')
shell: pwsh
Expand Down

0 comments on commit ab2c97e

Please sign in to comment.