Skip to content

Commit db4009e

Browse files
committed
add debug output
1 parent 84a7456 commit db4009e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/_shared-run-test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,12 @@ jobs:
7979
- name: Checkout Repository
8080
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8181

82-
- name: Cache Docker images.
82+
- name: "Show Inputs"
83+
shell: bash
84+
run: |
85+
echo '${{ toJson(inputs) }}'
86+
87+
- name: Load docker cache artifact (kurtosis-${{ inputs.kurtosis_version }})
8388
if: ${{ inputs.backend == 'docker' }}
8489
id: cache
8590
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3

0 commit comments

Comments
 (0)