From 580d203691ae0b481549e5115622e40594d158c3 Mon Sep 17 00:00:00 2001 From: lupin012 <58134934+lupin012@users.noreply.github.com.> Date: Sun, 29 Sep 2024 21:27:49 +0200 Subject: [PATCH] fix location of e2_run_tests.sh --- .github/workflows/rpc-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rpc-integration-tests.yml b/.github/workflows/rpc-integration-tests.yml index f837d30419..2eb766f4cd 100644 --- a/.github/workflows/rpc-integration-tests.yml +++ b/.github/workflows/rpc-integration-tests.yml @@ -71,7 +71,7 @@ jobs: rm -rf ./mainnet/results/ # Run RPC integration test runner via http - ./e2_run_tests.sh ${{runner.workspace}}/silkworm/build/cmd/jwt.hex + ${{runner.workspace}}/silkworm/.github/workflows/e2_run_tests.sh ${{runner.workspace}}/silkworm/build/cmd/jwt.hex # Capture test runner script exit status test_exit_status=$?