Skip to content

Commit

Permalink
WIP calculate changed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Aug 23, 2024
1 parent 2961ab5 commit dde32dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
| jq -r '.[] | select(.path | contains("apps/")) | .name' \
| xargs -I {} echo -n "-F '{}' ")
echo "Changed apps: $changedAppsFilter"
echo "changedAppsFilter='$changedAppsFilter'" >> $GITHUB_ENV
echo "changedAppsFilter=$changedAppsFilter" >> $GITHUB_ENV
- name: Install dependencies
run: pnpm -r $changedAppsFilter install
Expand Down

0 comments on commit dde32dd

Please sign in to comment.