mirror of
https://github.com/opensupports/opensupports.git
synced 2025-04-08 18:35:06 +02:00
Ignore mysql service when not running at the beginning
This commit is contained in:
parent
bbe088be5c
commit
23b65406a9
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: sudo systemctl status mysql.service
|
||||
- run: sudo systemctl status mysql.service || true
|
||||
- run: sudo /lib/systemd/systemd-sysv-install enable mysql
|
||||
- run: sudo systemctl enable mysql.service
|
||||
- run: sudo systemctl start mysql.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user