File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
36
36
runs-on : ubuntu-20.04
37
37
container :
38
38
image : " ${{ matrix.alpine && 'alpine:3.15' || 'ubuntu:focal' }}"
39
- # services:
40
- # mysql:
41
- # image: mysql:8
42
- # options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5 -e MYSQL_ROOT_PASSWORD=rootu -e MYSQL_USER=useru -e MYSQL_PASSWORD=userp -e MYSQL_DATABASE=test --entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
43
- # mssql:
44
- # image: mcr.microsoft.com/mssql/server:2019-latest
45
- # env:
46
- # ACCEPT_EULA: Y
47
- # SA_PASSWORD: '<YourStrong@Passw0rd>'
39
+ services :
40
+ mysql :
41
+ image : mysql:8
42
+ options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5 -e MYSQL_ROOT_PASSWORD=rootu -e MYSQL_USER=useru -e MYSQL_PASSWORD=userp -e MYSQL_DATABASE=test --entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
43
+ mssql :
44
+ image : mcr.microsoft.com/mssql/server:2019-latest
45
+ env :
46
+ ACCEPT_EULA : Y
47
+ SA_PASSWORD : ' <YourStrong@Passw0rd>'
48
48
steps :
49
49
- name : apt install bash/git
50
50
if : matrix.alpine
You can’t perform that action at this time.
0 commit comments