Skip to content

Commit 771c7d5

Browse files
committed
DEBUG
1 parent 27f3285 commit 771c7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
POSTGRES_DB: atk4_test
102102
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
103103
mssql:
104-
image: mcr.microsoft.com/mssql/server
104+
image: mcr.microsoft.com/mssql/server:2022
105105
env:
106106
ACCEPT_EULA: Y
107107
SA_PASSWORD: atk4_pass
@@ -265,7 +265,7 @@ jobs:
265265
POSTGRES_DB: atk4_test
266266
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
267267
mssql:
268-
image: mcr.microsoft.com/mssql/server
268+
image: mcr.microsoft.com/mssql/server:2022
269269
env:
270270
ACCEPT_EULA: Y
271271
SA_PASSWORD: atk4_pass

0 commit comments

Comments
 (0)