Make action use powershell, not pwsh or core

This commit is contained in:
Twangboy 2025-01-27 12:36:05 -07:00 committed by Daniel Wozniak
parent c0fc37f0d9
commit ab900b9375

View file

@ -1068,7 +1068,6 @@ jobs:
PRINT_SYSTEM_INFO_ONLY: "1"
run: |
nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }}
cmd /c set
- name: Run Changed Tests
id: run-fast-changed-tests
@ -1092,7 +1091,7 @@ jobs:
RAISE_DEPRECATIONS_RUNTIME_ERRORS: "1"
SALT_TRANSPORT: ${{ matrix.transport }}
TMPDIR: ${{ runner.temp }}
PSModulePath: ""
shell: powershell
run: >
nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }} --
-k "win" --core-tests --slow-tests --suppress-no-test-exit-code