From 6e09f8a952b5f8cdd5e8607092d531f2199e16da Mon Sep 17 00:00:00 2001 From: AC Date: Sat, 13 Jul 2024 12:43:03 -0700 Subject: [PATCH] updated folder --- .github/workflows/aws-bootstrap-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-bootstrap-template.yml b/.github/workflows/aws-bootstrap-template.yml index d711131a..3f634a3d 100644 --- a/.github/workflows/aws-bootstrap-template.yml +++ b/.github/workflows/aws-bootstrap-template.yml @@ -87,11 +87,11 @@ jobs: - name: Install NPM Modules run: "npm config set engine-strict true && npm ci" - working-directory: ${{ inputs.CONTEXT_FOLDER }}/phsa-plms-api-svc-infra + working-directory: ${{ inputs.CONTEXT_FOLDER }} - name: Build run: "npm run build" - working-directory: ${{ inputs.CONTEXT_FOLDER }}/phsa-plms-api-svc-infra + working-directory: ${{ inputs.CONTEXT_FOLDER }} - name: Install AWS CDK run: "npm install -g aws-cdk@2.85.0"