mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix decompress nox step on windows
This commit is contained in:
parent
1dc6f5b014
commit
d523b89b55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-action-windows-gh.yml
vendored
2
.github/workflows/test-action-windows-gh.yml
vendored
|
@ -180,7 +180,7 @@ jobs:
|
|||
|
||||
- name: Decompress .nox Directory
|
||||
run: |
|
||||
tools --timestamps vm decompress-dependencies ${{ inputs.distro-slug }}
|
||||
nox --force-color -e decompress-dependencies -- windows ${{ inputs.arch }}
|
||||
|
||||
- name: Download testrun-changed-files.txt
|
||||
if: ${{ fromJSON(inputs.testrun)['type'] != 'full' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue