Skip to content

Commit 4371437

Browse files
committed
Add note about using docker-run-tests
1 parent 6e2d525 commit 4371437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ jobs:
540540
PROVIDER_OVERRIDE_CLOUDFORMATION: "engine-v2"
541541
TEST_PATH: "tests/aws/services/cloudformation/v2"
542542
COVERAGE_ARGS: "-p"
543+
# TODO: use docker-run-tests
543544
command: |
544545
COVERAGE_FILE="target/coverage/.coverage.cloudformation_v2.${CIRCLE_NODE_INDEX}" \
545546
PYTEST_ARGS="${TINYBIRD_PYTEST_ARGS}${TESTSELECTION_PYTEST_ARGS}--reruns 3 --junitxml=target/reports/cloudformation_v2.xml -o junit_suite_name='cloudformation_v2'" \

0 commit comments

Comments
 (0)