From 2c279278b898c4d652467742995507912118e3cb Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Tue, 17 Dec 2024 13:40:56 -0800 Subject: [PATCH] validate protocol version setting on system test --- .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 }}" \