mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Another attempt to make mysql see the config
This commit is contained in:
parent
d1fdae493d
commit
e292903dda
1 changed files with 3 additions and 1 deletions
|
|
@ -59,17 +59,19 @@ jobs:
|
|||
--health-interval 10s
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
--defaults-extra-file=/etc/mysql/conf.d/custom.cnf
|
||||
ports:
|
||||
- 3306:3306
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set MySQL custom options
|
||||
- name: Reboot MySQL with custom options
|
||||
if: ${{ matrix.TESTING_DB == 'mysql' }}
|
||||
run: |
|
||||
sudo cp ${{ github.workspace }}/.github/workflows/mysql_options.cnf /etc/mysql/conf.d/custom.cnf
|
||||
sudo chown -R mysql:mysql /etc/mysql/conf.d/custom.cnf
|
||||
sudo service mysql restart
|
||||
|
||||
# - name: Set up database (${{ matrix.TESTING_DB }})
|
||||
# uses: ./.github/actions/setup-database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue