Change the way of debug check of tests-mysql container (https://github.com/woocommerce/woocommerce-blocks/pull/9794)

This commit is contained in:
Karol Manijak 2023-06-12 19:00:27 +02:00 committed by GitHub
parent 06a9b274c1
commit 42e95d1c54
1 changed files with 1 additions and 1 deletions

View File

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