From 69d789551b1c5a0d83875779d73913aa1722a076 Mon Sep 17 00:00:00 2001 From: shawn Date: Tue, 17 Dec 2024 14:36:43 -0800 Subject: [PATCH] validate protocol version setting on e2e system test (#341) --- .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 cfaab1a6..14b7c391 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -114,7 +114,7 @@ jobs: build - name: Run system test scenarios run: | - docker run -e PROTOCOL_VERSION_DEFAULT=$PROTOCOL_VERSION_DEFAULT \ + docker run \ --rm -t --name e2e_test stellar/system-test:dev \ --VerboseOutput $SYSTEM_TEST_VERBOSE_OUTPUT \ --TestFilter "${{ matrix.scenario-filter }}" \