mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make action use powershell, not pwsh or core
This commit is contained in:
parent
c0fc37f0d9
commit
ab900b9375
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test-action.yml
vendored
3
.github/workflows/test-action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue