From 0f02f5a9c35978a1cfd1f2b0762489df8fae20fd Mon Sep 17 00:00:00 2001 From: Lakshmi Pillai Date: Mon, 2 Oct 2023 15:08:55 +0100 Subject: [PATCH] Attempt to fix the path of cloud templates --- .../support-frontend-post-deploy-tests-using-playwright.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/support-frontend-post-deploy-tests-using-playwright.yml b/.github/workflows/support-frontend-post-deploy-tests-using-playwright.yml index 5d87865a4a..d341037eaa 100644 --- a/.github/workflows/support-frontend-post-deploy-tests-using-playwright.yml +++ b/.github/workflows/support-frontend-post-deploy-tests-using-playwright.yml @@ -41,8 +41,8 @@ jobs: projectName: Support::support-frontend-post-deployment-tests contentDirectories: | cdk.out: - - support-lambdas/support-post-deployment-tests/packages/cdk/cdk.out/support-frontend-post-deployment-tests-lambda-CODE.template.json - - support-lambdas/support-post-deployment-tests/packages/cdk/cdk.out/support-frontend-post-deployment-tests-lambda-PROD.template.json + - ./support-lambdas/support-post-deployment-tests/packages/cdk/cdk.out/support-frontend-post-deployment-tests-lambda-CODE.template.json + - ./support-lambdas/support-post-deployment-tests/packages/cdk/cdk.out/support-frontend-post-deployment-tests-lambda-PROD.template.json support-frontend-post-deployment-tests-lambda: - - support-lambdas/support-post-deployment-tests/packages/lambda/dist/support-frontend-post-deployment-tests.zip + - ./support-lambdas/support-post-deployment-tests/packages/lambda/dist/support-frontend-post-deployment-tests.zip