Fixed replace package step

This commit is contained in:
Claudio Sanches 2021-02-26 20:57:37 -03:00
parent e1134327e9
commit e62ea0572b
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ jobs:
- name: Replace WooCommerce package.
working-directory: tmp
run: mv woocommerce/* ../package/woocommerce/
run: mv woocommerce/ ../package/woocommerce/
- name: Run tests command.
working-directory: code/woocommerce