mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-09 10:30:06 +00:00
Altered mysql start command in workflows
Due to https://github.com/actions/virtual-environments/issues/4732
This commit is contained in:
parent
73a37b3cd9
commit
aa9dafec85
2 changed files with 2 additions and 2 deletions
.github/workflows
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
|
|
||||||
- name: Start Database
|
- name: Start Database
|
||||||
run: |
|
run: |
|
||||||
sudo /etc/init.d/mysql start
|
sudo systemctl start mysql
|
||||||
|
|
||||||
- name: Setup Database
|
- name: Setup Database
|
||||||
run: |
|
run: |
|
||||||
|
|
2
.github/workflows/test-migrations.yml
vendored
2
.github/workflows/test-migrations.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
|
|
||||||
- name: Start MySQL
|
- name: Start MySQL
|
||||||
run: |
|
run: |
|
||||||
sudo /etc/init.d/mysql start
|
sudo systemctl start mysql
|
||||||
|
|
||||||
- name: Create database & user
|
- name: Create database & user
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue