Skip to content

Commit

Permalink
Add PS debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcthinkst committed Feb 2, 2024
1 parent 8b8891d commit 8e2ef94
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,10 @@ jobs:
poetry config virtualenvs.in-project true
poetry cache clear --all pypi
poetry install -E 'twisted web'
- name: Downgrade to previous version of powershell
run: |
curl -sLO https://github.com/PowerShell/PowerShell/releases/download/v7.2.17/PowerShell-7.2.17-win-x64.zip
Remove-Item -Path "C:\Program Files\PowerShell\7" -Force -Recurse
7z x PowerShell-7.2.17-win-x64.zip -o"C:\Program Files\PowerShell\7"
pwsh --version
- name: Print module path
run: echo "${env:PSModulePath}"
- name: Import Microsoft.PowerShell.Security
run: Import-Module Microsoft.PowerShell.Security
- name: Integration Tests
run: |
$env:LIVE = 'True'
Expand Down

0 comments on commit 8e2ef94

Please sign in to comment.