Add feature config build step to code coverage task

This commit is contained in:
Lourens Schep 2022-03-21 16:05:45 -03:00
parent d0ff85158e
commit 268a3e9e61
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ 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: Init DB and WP
run: pnpm nx install-unit-test-db woocommerce