Skip to content

Commit 32c9d69

Browse files
committed
serv
1 parent 8f4f75b commit 32c9d69

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/push.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
runs-on: ubuntu-20.04
3737
container:
3838
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>'
4848
steps:
4949
- name: apt install bash/git
5050
if: matrix.alpine

0 commit comments

Comments
 (0)