Change the way of debug check of tests-mysql container (https://github.com/woocommerce/woocommerce-blocks/pull/9794)
This commit is contained in:
parent
06a9b274c1
commit
42e95d1c54
|
@ -118,7 +118,7 @@ jobs:
|
|||
|
||||
- name: Docker container debug information
|
||||
run: |
|
||||
# npm run wp-env run tests-mysql "mysql --version"
|
||||
npm run wp-env run tests-mysql mysql -- --version
|
||||
npm run wp-env run tests-wordpress "php --version"
|
||||
npm run wp-env run tests-wordpress "php -m"
|
||||
npm run wp-env run tests-wordpress "php -i"
|
||||
|
|
Loading…
Reference in New Issue