correct path in terraform

This commit is contained in:
Daniel Roth 2026-06-08 14:49:02 +00:00
parent c40a7c0af9
commit e1515b0c00
3 changed files with 2 additions and 3 deletions

View file

@ -631,7 +631,7 @@ jobs:
uses: ./.github/workflows/_build_image.yml
with:
ecr_repo: magic-plan-${{ needs.determine_stage.outputs.stage }}
dockerfile_path: backend/magic_plan/handler/Dockerfile
dockerfile_path: applications/magic_plan/handler/Dockerfile
build_context: .
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}

View file

@ -119,7 +119,7 @@ jobs:
magic_plan_smoke_test:
uses: ./.github/workflows/_smoke_test_lambda.yml
with:
dockerfile_path: backend/magic_plan/handler/Dockerfile
dockerfile_path: applications/magic_plan/handler/Dockerfile
build_context: .
service_name: magic-plan

View file

@ -14,7 +14,6 @@ testpaths =
backend/documents_parser/tests
backend/ecmk_fetcher/tests
backend/export/tests
applications/magic_plan/tests
backend/onboarders/tests
backend/pashub_fetcher/tests
datatypes/epc/domain/tests