Skip to content

Commit

Permalink
Changed workflow args for pnpm install to include working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
devpalabhishek committed Sep 2, 2023
1 parent 208139c commit 7598f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: pnpm/action-setup@v2
with:
run_install: |
cwd: ./hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web
args: [--lockfile-only]
- name: Commit generated lockfile to PR
run: |
Expand Down

0 comments on commit 7598f67

Please sign in to comment.