Use native command

This commit is contained in:
roykho 2021-11-17 10:29:43 -08:00
parent 8aa2ade4ce
commit 8dda9990ff
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ jobs:
pnpm install
- name: Load docker images and start containers.
working-directory: package/woocommerce/plugins/woocommerce
run: pnpm nx docker-up woocommerce
working-directory: package/woocommerce
run: npx wc-e2e docker:up
- name: Move current directory to code. We will install zip file in this dir later.
working-directory: package/woocommerce/plugins/woocommerce