mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
Remove enabling of MySQL
This commit is contained in:
parent
7c08a2fd93
commit
97e05c29ba
5
.github/workflows/run-tests.yml
vendored
5
.github/workflows/run-tests.yml
vendored
@ -5,11 +5,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- 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
|
||||
- run: sudo systemctl status mysql.service
|
||||
- run: cd server && make build
|
||||
- run: cd server && make run
|
||||
- run: cd server && make install-not-interactive
|
||||
|
Loading…
x
Reference in New Issue
Block a user