Skip to content

Commit 781a912

Browse files
authored
Apply suggestions from code review
1 parent 47d626e commit 781a912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/cli/airbyte_cdk/_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test(
164164
pytest_args.append(str(test_file_path))
165165

166166
if connector_directory:
167-
build_dir = connector_directory / "build"
167+
build_dir = connector_directory / "build" / "test-results"
168168
build_dir.mkdir(parents=True, exist_ok=True)
169169
junit_xml_path = build_dir / "standard-tests-junit.xml"
170170
pytest_args.extend(["--junitxml", str(junit_xml_path)])

0 commit comments

Comments
 (0)