Fix paths
This commit is contained in:
parent
370d6c1a04
commit
53fccbbf7d
|
@ -26,7 +26,7 @@ Thumbs.db
|
|||
|
||||
# Unit tests
|
||||
/tmp
|
||||
/tests/bin/tmp
|
||||
/unit-tests/bin/tmp
|
||||
|
||||
# Logs
|
||||
/logs
|
||||
|
|
|
@ -20,8 +20,8 @@ before_script:
|
|||
- composer install
|
||||
- composer global require "phpunit/phpunit=4.8.*|6.5.*"
|
||||
- composer require woocommerce/woocommerce-sniffs
|
||||
- bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
|
||||
- bash unit-tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
|
||||
|
||||
script:
|
||||
- bash tests/bin/phpunit.sh
|
||||
- bash tests/bin/phpcs.sh
|
||||
- bash unit-tests/bin/phpunit.sh
|
||||
- bash unit-tests/bin/phpcs.sh
|
||||
|
|
Loading…
Reference in New Issue