Skip to content

Commit

Permalink
use masters now that other prs are merged
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Apr 29, 2024
1 parent aad4554 commit 14c6e14
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: 92ed9148b63684925a619737119ec7953d9353e1
SYSTEM_TEST_GIT_REF: master

# set the default protocol version used for the system tests
# should be the maximum supported version of all software.
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

# system test will build quickstart image internally to use for running
# the service stack configured in standalone network mode(core, rpc)
SYSTEM_TEST_QUICKSTART_GIT_REF: "https://github.com/stellar/quickstart.git#00fd155ca091e3cb475c2c36b6ab3ffb122bd9b0"
SYSTEM_TEST_QUICKSTART_GIT_REF: "https://github.com/stellar/quickstart.git#master"

# triggers system test to log out details from quickstart's logs and test steps
SYSTEM_TEST_VERBOSE_OUTPUT: "true"
Expand Down

0 comments on commit 14c6e14

Please sign in to comment.