Skip to content

Commit

Permalink
validate protocol version setting on e2e system test (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland authored Dec 17, 2024
1 parent 3290b80 commit 69d7895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" \
Expand Down

0 comments on commit 69d7895

Please sign in to comment.