Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit a4d140b

Browse files
authored
Change the way of debug check of tests-mysql container (#9794)
1 parent a6af8fd commit a4d140b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Docker container debug information
120120
run: |
121-
# npm run wp-env run tests-mysql "mysql --version"
121+
npm run wp-env run tests-mysql mysql -- --version
122122
npm run wp-env run tests-wordpress "php --version"
123123
npm run wp-env run tests-wordpress "php -m"
124124
npm run wp-env run tests-wordpress "php -i"

0 commit comments

Comments
 (0)