1
0
mirror of synced 2025-01-18 00:41:43 +03:00

Change for local tests

This commit is contained in:
Dima Uryvskiy 2021-03-12 11:42:13 +03:00 committed by GitHub
parent 4ab7311435
commit adfc893c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -5,8 +5,8 @@ DB_PASS=wc_retailcrm
DB_HOST=mysql
# WordPress and WooCommerce versions
WP_VERSION=4.4
WC_VERSION=3.0.0
WP_VERSION=5.3
WC_VERSION=3.9.0
# Enable this in order to pipe all module log messages (including debug ones) to STDOUT.
MODULE_LOGS_TO_STDOUT=0

View File

@ -33,7 +33,8 @@ install:
test:
phpunit -c phpunit.xml.dist
local_test: install
local_test:
bash tests/bin/install.sh $(DB_NAME) $(DB_USER) $(DB_HOST) $(WP_VERSION) $(WC_VERSION) $(DB_PASS) $(SKIP_DB_CREATE)
phpunit -c phpunit.xml.dist
run_tests: