Skip to content

Commit 72701e0

Browse files
Revert "Set working directory for integration test steps"
This reverts commit 71c9bba.
1 parent 341da5f commit 72701e0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -201,17 +201,8 @@ jobs:
201201
New-Item -ItemType Directory -Path /tmp/DbatoolsExport -Force | Out-Null
202202
}
203203
204-
- name: Debug working directory
205-
shell: pwsh
206-
run: |
207-
Write-Host "Current working directory: $(Get-Location)"
208-
Write-Host "Repository workspace: ${{ github.workspace }}"
209-
Write-Host "Script path to execute: ${{ matrix.script }}"
210-
Write-Host "Full script path: ${{ github.workspace }}/${{ matrix.script }}"
211-
212204
- name: Run integration tests (PowerShell Core)
213205
shell: pwsh
214-
working-directory: ${{ github.workspace }}
215206
run: |
216207
Import-Module ./artifacts/dbatools.library/dbatools.library.psd1 -Force
217208
Import-Module ./dbatools/dbatools.psd1 -Force
@@ -222,7 +213,6 @@ jobs:
222213
- name: Run integration tests (Windows PowerShell)
223214
if: matrix.os == 'windows-latest'
224215
shell: powershell
225-
working-directory: ${{ github.workspace }}
226216
run: |
227217
Import-Module ./artifacts/dbatools.library/dbatools.library.psd1 -Force
228218
Import-Module ./dbatools/dbatools.psd1 -Force

0 commit comments

Comments
 (0)