Skip to content

Commit 98bdcd7

Browse files
Set PowerShell Core shell for integration tests
Changed the shell for the 'Run integration tests (PowerShell Core)' step in the build-release workflow from a matrix value to explicitly use 'pwsh'. This ensures integration tests consistently run in PowerShell Core.
1 parent 98d9fad commit 98bdcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
}
265265
266266
- name: Run integration tests (PowerShell Core)
267-
shell: ${{ matrix.shell }}
267+
shell: pwsh
268268
run: |
269269
Import-Module ./artifacts/dbatools.library/dbatools.library.psd1 -Force
270270
Import-Module ./dbatools/dbatools.psd1 -Force

0 commit comments

Comments
 (0)