Merge pull request #32341 from woocommerce/fix/ci-yaml
Add "Build Admin feature config" step to "Run CI" action
This commit is contained in:
commit
9aaf1b373b
|
@ -67,6 +67,10 @@ jobs:
|
|||
- name: Setup and install composer
|
||||
run: pnpm nx composer-install woocommerce
|
||||
|
||||
- name: Build Admin feature config
|
||||
working-directory: ./
|
||||
run: pnpm nx build:feature-config woocommerce-admin
|
||||
|
||||
- name: Add PHP8 Compatibility.
|
||||
run: |
|
||||
if [ "$(php -r "echo version_compare(PHP_VERSION,'8.0','>=');")" ]; then
|
||||
|
|
Loading…
Reference in New Issue