mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add debug docker config
This commit is contained in:
parent
cea4faccdc
commit
4923a9888b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test-action.yml
vendored
3
.github/workflows/test-action.yml
vendored
|
@ -128,6 +128,9 @@ jobs:
|
|||
cd artifacts
|
||||
tar xvf ${{ inputs.package-name }}-${{ inputs.salt-version }}-onedir-${{ matrix.platform }}-${{ matrix.arch }}.tar.xz
|
||||
|
||||
- name: "Show docker config"
|
||||
run: |
|
||||
cat /lib/systemd/system/containerd.service
|
||||
|
||||
- name: "Pull container ${{ matrix.container }}"
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue