Skip to content

Commit 2eaff70

Browse files
committed
#187 - CI - Fix mssql related jobs
1 parent 4a8b390 commit 2eaff70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ jobs:
297297
image: "mcr.microsoft.com/mssql/server:${{ matrix.mssql-version }}-latest"
298298
env:
299299
ACCEPT_EULA: "Y"
300+
MSSQL_PID: Developer
301+
MSSQL_SA_PASSWORD: "P@ssword123"
300302
SA_PASSWORD: "P@ssword123"
301303

302304
options: >-

0 commit comments

Comments
 (0)