Skip to content

Commit 8067cab

Browse files
committed
Update ci-python to use the new path for sftp-outbound-transfer
1 parent 6c39bab commit 8067cab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
[
2424
{
2525
projectName: "sftp-outbound-transfer-lambda",
26-
projectRoot: "ops/terraform/services/eft/lambda_src/sftp_outbound_transfer",
27-
testsRoot: "ops/terraform/services/eft/lambda_src/sftp_outbound_transfer/tests",
26+
projectRoot: "ops/services/02-eft/lambda_src/sftp_outbound_transfer",
27+
testsRoot: "ops/services/02-eft/lambda_src/sftp_outbound_transfer/tests",
2828
uvCommand: "uv sync",
2929
pytestCommand: "uv run pytest",
3030
pythonVersion: "3.13",

0 commit comments

Comments
 (0)