We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8b2f2 commit 94b6184Copy full SHA for 94b6184
.github/workflows/github-actions-push.yml
@@ -50,10 +50,10 @@ jobs:
50
persist-credentials: false
51
- name: Install PSDepend
52
working-directory: ${{ github.workspace }}
53
- run: ./../../../build/scripts/Install-PSDepend.ps1
+ run: ./build/scripts/Install-PSDepend.ps1
54
- name: Install Requirements
55
56
- run: ./../../../build/scripts/Install-Requirements.ps1
+ run: ./build/scripts/Install-Requirements.ps1
57
- name: Pester Tests
58
run: ./../../../build/scripts/Test-PowerShell.ps1
59
- name: PSScriptAnalyzer
0 commit comments