From 9bd8bfacaec629421edc066cd964141cc1643716 Mon Sep 17 00:00:00 2001 From: shawn Date: Fri, 8 Dec 2023 09:08:28 -0800 Subject: [PATCH] Update e2e.yml fixed yaml typo --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6a3e66a26..2816dd493 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -44,7 +44,7 @@ jobs: SYSTEM_TEST_JS_STELLAR_SDK_GH_REF: # the version of rs-stellar-xdr to use for quickstart - SYSTEM_TEST_RS_XDR_GIT_REF=v20.0.1 + SYSTEM_TEST_RS_XDR_GIT_REF: v20.0.1 # system test will build quickstart image internally to use for running the service stack # configured in standalone network mode(core, rpc)