Skip to content

Commit 4a57bcd

Browse files
committed
rm service
1 parent 95141c8 commit 4a57bcd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,6 @@ jobs:
7272

7373
name: PHP ${{ matrix.payload.php }} - Laravel ${{ matrix.payload.laravel }} - DB ${{ matrix.db }}
7474

75-
services:
76-
mysql:
77-
image: mysql:8
78-
env:
79-
MYSQL_USER: test
80-
MYSQL_PASSWORD: test
81-
MYSQL_DATABASE: test
82-
ports:
83-
- 3307:3306
84-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
85-
8675
steps:
8776
- name: Checkout code
8877
uses: actions/checkout@v4

0 commit comments

Comments
 (0)