Use Nx commands for daily smoke test action

This commit is contained in:
roykho 2021-11-18 07:23:30 -08:00
parent 68b9e2896b
commit c39ab816d9
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ jobs:
run: |
npm install -g pnpm
pnpm install
composer install --no-dev
pnpm run build:assets
pnpm nx composer-install-no-dev woocommerce
pnpm nx build-assets woocommerce
pnpm install jest
- name: Run smoke test.