Skip to content

Commit

Permalink
add build step to perf budget
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner committed Dec 18, 2024
1 parent ef91f39 commit e4408b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_performance-budget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,19 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Build
run: pnpm build

- uses: andresz1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
package_manager: pnpm
skip_step: build
directory: ./apps/spotlight

- uses: andresz1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
package_manager: pnpm
skip_step: build
directory: ./packages/design

0 comments on commit e4408b7

Please sign in to comment.