The slash needs to be separate from the command

This commit is contained in:
MKLeb 2023-06-21 10:24:33 -04:00 committed by Gareth J. Greenaway
parent 7aadeaf792
commit 5c7269aee6

View file

@ -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) || ''}}