Skip to content

Commit

Permalink
e2e, use latest system test reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jun 18, 2024
1 parent 37c54e9 commit 6180f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: core_bin_override
SYSTEM_TEST_GIT_REF: master

# 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 @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v3
name: checkout system-test
with:
repository: sreuland/system-test
repository: stellar/system-test
ref: ${{ env.SYSTEM_TEST_GIT_REF }}
path: system-test
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6180f91

Please sign in to comment.