Skip to content

Commit 94b6184

Browse files
committed
ci: fix test job requirements setup scripts location
1 parent 5e8b2f2 commit 94b6184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
persist-credentials: false
5151
- name: Install PSDepend
5252
working-directory: ${{ github.workspace }}
53-
run: ./../../../build/scripts/Install-PSDepend.ps1
53+
run: ./build/scripts/Install-PSDepend.ps1
5454
- name: Install Requirements
5555
working-directory: ${{ github.workspace }}
56-
run: ./../../../build/scripts/Install-Requirements.ps1
56+
run: ./build/scripts/Install-Requirements.ps1
5757
- name: Pester Tests
5858
run: ./../../../build/scripts/Test-PowerShell.ps1
5959
- name: PSScriptAnalyzer

0 commit comments

Comments
 (0)