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 dde32dd commit 8ba952f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
echo "changedAppsFilter=$changedAppsFilter" >> $GITHUB_ENV
- name: Install dependencies
run: pnpm -r $changedAppsFilter install
run: |
echo pnpm -r $changedAppsFilter install
pnpm -r $changedAppsFilter install
- name: Build apps
run: |
Expand Down

0 comments on commit 8ba952f

Please sign in to comment.