No need to unzip and we can just move now
This commit is contained in:
parent
0fdcd362d1
commit
e1134327e9
|
@ -111,11 +111,9 @@ jobs:
|
|||
name: woocommerce
|
||||
path: tmp
|
||||
|
||||
- name: Extract and replace WooCommerce zip.
|
||||
- name: Replace WooCommerce package.
|
||||
working-directory: tmp
|
||||
run: |
|
||||
unzip woocommerce.zip -d woocommerce
|
||||
mv woocommerce/woocommerce/* ../package/woocommerce/
|
||||
run: mv woocommerce/* ../package/woocommerce/
|
||||
|
||||
- name: Run tests command.
|
||||
working-directory: code/woocommerce
|
||||
|
|
Loading…
Reference in New Issue