Add feature config build step to code coverage task
This commit is contained in:
parent
d0ff85158e
commit
268a3e9e61
|
@ -52,6 +52,11 @@ jobs:
|
||||||
|
|
||||||
- name: Setup and install composer
|
- name: Setup and install composer
|
||||||
run: pnpm nx composer-install woocommerce
|
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
|
- name: Init DB and WP
|
||||||
run: pnpm nx install-unit-test-db woocommerce
|
run: pnpm nx install-unit-test-db woocommerce
|
||||||
|
|
Loading…
Reference in New Issue