No need to unzip and we can just move now

This commit is contained in:
Claudio Sanches 2021-02-26 20:26:42 -03:00
parent 0fdcd362d1
commit e1134327e9
1 changed files with 2 additions and 4 deletions

View File

@ -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