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 f15526b commit 686254fCopy full SHA for 686254f
tests/instance_launcher.py
@@ -74,8 +74,8 @@ def launch(
74
response = self._api_adapter.create_task(instance_id=instance_id)
75
task_id = response["id"]
76
77
- # Where to run the job (i.e. in the project directory)
78
- execution_directory = f"project-root/{project_id}"
+ # Where to run the job (i.e. in the test project directory)
+ execution_directory = f"tests/project-root/{project_id}"
79
os.makedirs(execution_directory, exist_ok=True)
80
81
# Apply variables to the step's Job command.
0 commit comments