From 843b6ff23393992cd6c42736790ed63f39c0cd61 Mon Sep 17 00:00:00 2001 From: skudasov Date: Mon, 2 Dec 2024 12:38:07 +0100 Subject: [PATCH] debug image --- .github/workflows/integration-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index fa887e7772c..47a6adc8d76 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -227,6 +227,9 @@ jobs: go-modules-${{ hashFiles('**/go.sum') }}-${{ runner.os }} - name: Install dependencies run: go mod download + - name: Debug image + run: | + echo ${CHAINLINK_IMAGE} - name: Run tests working-directory: integration-tests/capabilities run: go test -v -timeout 15m -run TestWorkflow