From caf03b223b2ba8879ec1215f40813098137b1016 Mon Sep 17 00:00:00 2001 From: John Guo Date: Tue, 8 Feb 2022 23:57:57 +0800 Subject: [PATCH] CI update --- .github/workflows/gf.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gf.yml b/.github/workflows/gf.yml index ba57cad9e..865216392 100644 --- a/.github/workflows/gf.yml +++ b/.github/workflows/gf.yml @@ -51,7 +51,7 @@ jobs: POSTGRES_DB: test TZ: Asia/Shanghai ports: - - 9920:5432 + - 5432:5432 # Set health checks to wait until postgres has started options: >- --health-cmd pg_isready @@ -63,14 +63,14 @@ jobs: image: mcmoe/mssqldocker:latest env: ACCEPT_EULA: Y - SA_PASSWORD: 12345678 + SA_PASSWORD: LoremIpsum86 MSSQL_DB: test MSSQL_USER: root - MSSQL_PASSWORD: 12345678 + MSSQL_PASSWORD: LoremIpsum86 ports: - - 9930:1433 + - 1433:1433 options: >- - --health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 12345678 -l 30 -Q \"SELECT 1\" || exit 1" + --health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P LoremIpsum86 -l 30 -Q \"SELECT 1\" || exit 1" --health-start-period 10s --health-interval 10s --health-timeout 5s