We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ab97b commit 38b1b8eCopy full SHA for 38b1b8e
.github/actions/setup-x64/action.yml
@@ -6,7 +6,8 @@ runs:
6
run: |
7
set -x
8
9
- sudo service mysql start
+ sudo systemctl enable mysql.service
10
+ sudo systemctl start mysql.service
11
sudo service postgresql start
12
sudo service slapd start
13
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
0 commit comments