Skip to content

Commit

Permalink
ci: fix missing yarn install on adminBundleSize.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed May 5, 2023
1 parent dc2e131 commit e94f5ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/adminBundleSize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
node-version: 18

- name: Monorepo install
uses: ./.github/actions/yarn-nm-install

- uses: preactjs/compressed-size-action@v2
with:
pattern: '**/build/**/*.{js,css,html,svg}'
Expand Down

0 comments on commit e94f5ee

Please sign in to comment.