CI: Testing to add mysql.cnf file

This commit is contained in:
Griatch 2025-12-19 12:15:24 +01:00
parent ac933f48b2
commit c03a0dc38a
4 changed files with 11 additions and 20 deletions

View file

@ -71,6 +71,7 @@ jobs:
--health-interval=10s
--health-timeout=5s
--health-retries=3
--mount type=bind,source=${{ github.workspace }}/.github/workflows/mysql.cnf,target=/etc/mysql/conf.d/custom.cnf,readonly
steps:
- uses: actions/checkout@v4