Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jul 28, 2024
1 parent 2d1ea06 commit fe94269
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,17 @@ jobs:
composer-flags: ""
experimental: false

services:
mysql:
image: "mysql:8.0"

options: >-
--health-cmd "mysqladmin ping --silent"
-e MYSQL_ROOT_PASSWORD=root
ports:
- "3306:3306"

steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand Down

0 comments on commit fe94269

Please sign in to comment.