Skip to content

Commit

Permalink
debug image
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Dec 2, 2024
1 parent 29680ef commit 843b6ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 843b6ff

Please sign in to comment.