Skip to content

Commit

Permalink
Updated GitHub refs for RPC & CLI for System Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Jan 31, 2024
1 parent 3ea8cc8 commit cf59186
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ 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-tools
SYSTEM_TEST_SOROBAN_RPC_REF: ${{ github.workspace }}/soroban-rpc
SYSTEM_TEST_SOROBAN_CLI_REF: https://github.com/stellar/soroban-tools
SYSTEM_TEST_SOROBAN_RPC_REF: https://github.com/stellar/soroban-rpc

# core git ref should be latest commit for stable soroban functionality
# the core bin can either be compiled in-line here as part of ci,
Expand Down Expand Up @@ -67,7 +67,9 @@ jobs:
- uses: actions/checkout@v3
name: checkout soroban-tools
with:
repository: stellar/soroban-tools
path: soroban-tools

- if: ${{ env.SYSTEM_TEST_JS_STELLAR_SDK_GH_REPO != ''}}
name: prepare local js-stellar-sdk
run: |
Expand Down

0 comments on commit cf59186

Please sign in to comment.