mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 17:58:07 +00:00
ci: fix missing yarn install on adminBundleSize.yml
This commit is contained in:
parent
dc2e13176b
commit
e94f5eebcf
3
.github/workflows/adminBundleSize.yml
vendored
3
.github/workflows/adminBundleSize.yml
vendored
@ -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}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user