Skip to content

Commit

Permalink
fix for samples github action
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Oct 2, 2023
1 parent f8bde65 commit 657e310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zowe-explorer-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
# install pnpm
- run: npm install -g pnpm

- run: for dir in samples/*; do pushd $dir && pnpm i && pnpm run compile && popd; done
- run: for dir in samples/*; do pushd $dir && pnpm --ignore-workspace i && pnpm run compile && popd; done
shell: bash

0 comments on commit 657e310

Please sign in to comment.