Update working dir

This commit is contained in:
roykho 2021-11-17 12:09:32 -08:00
parent 3bd09dec8c
commit d50855db29
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,7 @@ jobs:
path: package/woocommerce
- name: Install PNPM and install dependencies
working-directory: package/woocommerce
run: |
npm install -g pnpm
npm install -g nx
@ -51,7 +52,6 @@ jobs:
run: pnpx 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
run: mv ./package/woocommerce/plugins/woocommerce/* ./code/woocommerce
- name: Download WooCommerce ZIP.