You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/setup-x64/action.yml
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,14 @@ runs:
7
7
set -x
8
8
9
9
sudo service mysql start
10
-
sudo service postgresql start
11
10
sudo service slapd start
12
11
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
13
12
# Ensure local_infile tests can run.
14
13
mysql -uroot -proot -e "SET GLOBAL local_infile = true"
15
-
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
16
-
sudo -u postgres psql -c "CREATE DATABASE test;"
17
14
docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create user pdo_test for login pdo_test; grant alter, control to pdo_test;"
0 commit comments