Skip to content

Commit

Permalink
Checkout soroban-rpc before building system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Feb 1, 2024
1 parent 5f09575 commit 75c03ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
with:
repository: stellar/soroban-tools
path: soroban-tools
- uses: actions/checkout@v3
name: checkout soroban-rpc
with:
repository: stellar/soroban-rpc
path: soroban-rpc

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

0 comments on commit 75c03ae

Please sign in to comment.