From edebd616b847f4fa7c5a7e242d3f73cd2cf92992 Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Wed, 15 May 2024 08:05:21 +0200 Subject: [PATCH] Reverted yarn --- .github/workflows/e2e_custom_cl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e_custom_cl.yml b/.github/workflows/e2e_custom_cl.yml index 2377a3a08..fabcc57d4 100644 --- a/.github/workflows/e2e_custom_cl.yml +++ b/.github/workflows/e2e_custom_cl.yml @@ -170,6 +170,7 @@ jobs: echo ::add-mask::$BASE64_CONFIG_OVERRIDE # shellcheck disable=SC2086 echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV + - name: Run Tests uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16 with: test_command_to_run: cd ./integration-tests && go test -timeout 24h -count=1 -run TestSolanaOCRV2Smoke -json $(args) ./smoke 2>&1 | tee /tmp/gotest.log | gotestfmt