mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 19:27:34 +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:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
||||||
|
- name: Monorepo install
|
||||||
|
uses: ./.github/actions/yarn-nm-install
|
||||||
|
|
||||||
- uses: preactjs/compressed-size-action@v2
|
- uses: preactjs/compressed-size-action@v2
|
||||||
with:
|
with:
|
||||||
pattern: '**/build/**/*.{js,css,html,svg}'
|
pattern: '**/build/**/*.{js,css,html,svg}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user