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