Skip to content

Commit

Permalink
Update E2E tests to references pending stable JS releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Dec 6, 2023
1 parent 8f276d0 commit 20b4180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
# resolution options, using npm release or a gh ref:
#
# option #1, set the version of stellar-sdk based on a npm release version
SYSTEM_TEST_JS_STELLAR_SDK_NPM_VERSION: v11.0.0-beta.6
SYSTEM_TEST_JS_STELLAR_SDK_NPM_VERSION:
# option #2, set the version of stellar-sdk used as a ref to a gh repo if
# a value is set on SYSTEM_TEST_JS_STELLAR_SDK_GH_REPO, it takes
# precedence over any SYSTEM_TEST_JS_STELLAR_SDK_NPM_VERSION
SYSTEM_TEST_JS_STELLAR_SDK_GH_REPO:
SYSTEM_TEST_JS_STELLAR_SDK_GH_REF:
SYSTEM_TEST_JS_STELLAR_SDK_GH_REPO: stellar/js-stellar-sdk
SYSTEM_TEST_JS_STELLAR_SDK_GH_REF: 40d1f70f5d7af5f36a28d70cd738d0a2436ab88a

# system test will build quickstart image internally to use for running the service stack
# configured in standalone network mode(core, rpc)
Expand Down

0 comments on commit 20b4180

Please sign in to comment.