Skip to content

Commit

Permalink
More ref fixups based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Feb 22, 2024
1 parent 2050050 commit 77fcea1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest-4-cores
env:
# the gh tag of system-test repo version to run
SYSTEM_TEST_GIT_REF: master
SYSTEM_TEST_GIT_REF: 3a9642a0c8e9a55dea419f7c4a504d4aff30b078

# the soroban CLI & RPC source code to compile and run from system test
# refers to checked out source of current git hub ref context
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
SYSTEM_TEST_VERBOSE_OUTPUT: "true"

# the soroban test cases will compile various contracts from the examples repo
SYSTEM_TEST_SOROBAN_EXAMPLES_GIT_HASH: "v20.2.0"
SYSTEM_TEST_SOROBAN_EXAMPLES_GIT_HASH: "782458d31395b0191ac40c9572ac53f13f573aa3"
SYSTEM_TEST_SOROBAN_EXAMPLES_GIT_REPO: "https://github.com/stellar/soroban-examples.git"
steps:
- uses: actions/checkout@v4
Expand All @@ -64,16 +64,12 @@ jobs:
repository: stellar/system-test
ref: ${{ env.SYSTEM_TEST_GIT_REF }}
path: system-test
- uses: actions/checkout@v4
name: checkout soroban-tools
with:
repository: stellar/soroban-tools
path: soroban-tools
- uses: actions/checkout@v4
name: checkout soroban-rpc
with:
repository: stellar/soroban-rpc
path: soroban-rpc
- uses: actions/checkout@v4

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

0 comments on commit 77fcea1

Please sign in to comment.