File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -201,17 +201,8 @@ jobs:
201
201
New-Item -ItemType Directory -Path /tmp/DbatoolsExport -Force | Out-Null
202
202
}
203
203
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
-
212
204
- name : Run integration tests (PowerShell Core)
213
205
shell : pwsh
214
- working-directory : ${{ github.workspace }}
215
206
run : |
216
207
Import-Module ./artifacts/dbatools.library/dbatools.library.psd1 -Force
217
208
Import-Module ./dbatools/dbatools.psd1 -Force
@@ -222,7 +213,6 @@ jobs:
222
213
- name : Run integration tests (Windows PowerShell)
223
214
if : matrix.os == 'windows-latest'
224
215
shell : powershell
225
- working-directory : ${{ github.workspace }}
226
216
run : |
227
217
Import-Module ./artifacts/dbatools.library/dbatools.library.psd1 -Force
228
218
Import-Module ./dbatools/dbatools.psd1 -Force
You can’t perform that action at this time.
0 commit comments