diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 8e770118a..6bafbe0fe 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -61,7 +61,8 @@ jobs: cd integration-tests version=$(go list -m github.com/smartcontractkit/chainlink-testing-framework | awk '{print $NF}') echo $version - echo "image=$version" >> "$GITHUB_OUTPUT" + echo "version=$version" >> "$GITHUB_OUTPUT" + ../../ && rm -rf ./chainlink # -------- Compare to chainlink-solana/integration-tests -------------- - name: Check CTF version in chainlink-solana id: solanaCTF @@ -69,7 +70,7 @@ jobs: cd integration-tests version=$(go list -m github.com/smartcontractkit/chainlink-testing-framework | awk '{print $NF}') echo $version - echo "image=$version" >> "$GITHUB_OUTPUT" + echo "version=$version" >> "$GITHUB_OUTPUT" - name: Update integration test dependencies if: ${{ steps.coreCTF.outputs.version != steps.solanaCTF.outputs.version }} run: |