Skip to content

Commit af3f4c1

Browse files
authored
Remove port from MySQL host
1 parent 72b9dc4 commit af3f4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
DB_NAME: wordpress_test
3333
DB_USER: root
3434
DB_PASS: password
35-
DB_HOST: 127.0.0.1:3306
36-
WP_RUN_CORE_TESTS: 1
35+
DB_HOST: 127.0.0.1
36+
WP_RUN_CORE_TESTS: 0
3737

3838
steps:
3939
- name: Checkout code

0 commit comments

Comments
 (0)