Add flag to state it is in dev mode so tools are installed like phpun… (#34258)
Add flag to state it is in dev mode so tools are installed like phpunit closes #34158
This commit is contained in:
parent
aee35e368b
commit
fc06be8296
|
@ -61,6 +61,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install and Build
|
- name: Install and Build
|
||||||
uses: ./.github/actions/install-build
|
uses: ./.github/actions/install-build
|
||||||
|
with:
|
||||||
|
composer_no_dev: 0
|
||||||
|
|
||||||
- name: Build Admin feature config
|
- name: Build Admin feature config
|
||||||
run: pnpm build:feature-config --filter=woocommerce
|
run: pnpm build:feature-config --filter=woocommerce
|
||||||
|
|
Loading…
Reference in New Issue