Skip to content

Commit 3115e26

Browse files
committed
Skip database creation
1 parent 2386fbb commit 3115e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.operating-system }}
88
services:
99
mysql:
10-
image: mysql:5.6
10+
image: mysql:5.7
1111
env:
1212
MYSQL_ALLOW_EMPTY_PASSWORD: false
1313
MYSQL_ROOT_PASSWORD: root
@@ -36,7 +36,7 @@ jobs:
3636
run: php -v
3737

3838
- name: Install WP Tests
39-
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:3306 ${{ matrix.wp }}
39+
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:3306 ${{ matrix.wp }} true
4040

4141
- name: phpunit tests
4242
run: phpunit

0 commit comments

Comments
 (0)