We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2d525 commit 4371437Copy full SHA for 4371437
.circleci/config.yml
@@ -540,6 +540,7 @@ jobs:
540
PROVIDER_OVERRIDE_CLOUDFORMATION: "engine-v2"
541
TEST_PATH: "tests/aws/services/cloudformation/v2"
542
COVERAGE_ARGS: "-p"
543
+ # TODO: use docker-run-tests
544
command: |
545
COVERAGE_FILE="target/coverage/.coverage.cloudformation_v2.${CIRCLE_NODE_INDEX}" \
546
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