Skip to content

Commit

Permalink
updated folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AC committed Jul 13, 2024
1 parent ed81886 commit 6e09f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-bootstrap-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6e09f8a

Please sign in to comment.