mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Display Windows Environment Variables
This commit is contained in:
parent
46ce2f9e2d
commit
630f979214
2 changed files with 2 additions and 0 deletions
1
.github/workflows/test-action.yml
vendored
1
.github/workflows/test-action.yml
vendored
|
@ -1068,6 +1068,7 @@ 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
|
||||
|
|
|
@ -61,6 +61,7 @@ def test_windows_script_args_powershell(cmd, shell, issue_56195):
|
|||
|
||||
import_result = cmd.run("Import-Module Microsoft.PowerShell.Security", shell=shell)
|
||||
powershell_version = cmd.run("$PSVersionTable", shell=shell)
|
||||
ps_module_path = cmd.run("$env:PSModulePath", shell=shell)
|
||||
|
||||
assert ret["stdout"] == password
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue