mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
The slash needs to be separate from the command
This commit is contained in:
parent
7aadeaf792
commit
5c7269aee6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-packages-action.yml
vendored
2
.github/workflows/test-packages-action.yml
vendored
|
@ -269,7 +269,7 @@ jobs:
|
|||
|
||||
- name: Run Package Tests
|
||||
run: |
|
||||
tools --timestamps --no-output-timeout-secs=1800 --timeout-secs=14400 vm test --skip-requirements-install\
|
||||
tools --timestamps --no-output-timeout-secs=1800 --timeout-secs=14400 vm test --skip-requirements-install \
|
||||
--nox-session=${{ inputs.nox-session }} --rerun-failures ${{ inputs.distro-slug }} -- ${{ matrix.test-chunk }} \
|
||||
${{ contains(matrix.test-chunk, 'upgrade') && format('--prev-version {0}', matrix.version) || ''}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue