mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix docker exec
This commit is contained in:
parent
f33713bf96
commit
ff846d1750
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
|
@ -160,7 +160,7 @@ jobs:
|
|||
SKIP_INITIAL_GH_ACTIONS_FAILURES: "1"
|
||||
COVERAGE_CONTEXT: ${{ matrix.distro-slug }}
|
||||
run: |
|
||||
/usr/bin/docker exec --name ${{ github.run_id }}_salt-test \
|
||||
/usr/bin/docker exec ${{ github.run_id }}_salt-test \
|
||||
nox --force-color -e ${{ inputs.nox-session }}-pkgs -- ${{ matrix.tests-chunk }} \
|
||||
${{ matrix.version && format('--prev-version={0}', matrix.version) || ''}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue