Remove enabling of MySQL

This commit is contained in:
Maxi Redigonda 2022-06-01 05:57:24 -03:00
parent 7c08a2fd93
commit 97e05c29ba

View File

@ -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