Skip to content

Commit

Permalink
Update ps74test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-pyshnoi committed Dec 29, 2023
1 parent c35a4e4 commit cce5297
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ps74test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,14 @@ jobs:

- name: Run PowerShell script
run: pwsh -File progressTest.ps1

- name: downgrade PowerShell
run: |
sudo apt-get remove powershell
sudo apt-get install -y powershell=7.2.17-1.deb
- name: Verify PowerShell installation
run: pwsh --version

- name: Run PowerShell script
run: pwsh -File progressTest.ps1

0 comments on commit cce5297

Please sign in to comment.