From 2f6c761abc140a11c3ccc61670690b8bbf1e4c8f Mon Sep 17 00:00:00 2001 From: pritsheth Date: Wed, 21 Feb 2024 19:51:59 -0800 Subject: [PATCH] Update SYSTEM_TEST_SOROBAN_CLI_REF in order to fix e2e tests --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index fe2d871c0..bb7308580 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -18,7 +18,7 @@ jobs: # the soroban CLI & RPC source code to compile and run from system test # refers to checked out source of current git hub ref context - SYSTEM_TEST_SOROBAN_CLI_REF: ${{ github.workspace }}/soroban-cli + SYSTEM_TEST_SOROBAN_CLI_REF: ${{ github.workspace }} SYSTEM_TEST_SOROBAN_RPC_REF: https://github.com/stellar/soroban-rpc.git # core git ref should be latest commit for stable soroban functionality