Skip to content

Commit

Permalink
update working directory for npm run in postgres action
Browse files Browse the repository at this point in the history
  • Loading branch information
marjisound committed Aug 14, 2023
1 parent 19971ef commit 2875a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/postgres-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
cache: npm

- name: cdk synth
working-directory: postgres/cdk
run: |
npm ci
npm run synth
Expand Down

0 comments on commit 2875a8e

Please sign in to comment.