Merge pull request #32341 from woocommerce/fix/ci-yaml

Add "Build Admin feature config" step to "Run CI" action
This commit is contained in:
louwie17 2022-03-24 09:59:27 -03:00 committed by GitHub
commit 9aaf1b373b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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