From 48a0339e9b870a25c4b9c50b824dfcba00ac516a Mon Sep 17 00:00:00 2001 From: skudasov Date: Mon, 2 Dec 2024 12:55:04 +0100 Subject: [PATCH] require build --- .github/workflows/integration-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ab6f227660d..165e44077bd 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -203,6 +203,8 @@ jobs: # TODO: Use the docker image built in the previous step ctf-v2-test: runs-on: ubuntu-latest + needs: + - build-chainlink env: CTF_IGNORE_CRITICAL_LOGS: true CTF_CONFIGS: environment.toml