We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f3285 commit 771c7d5Copy full SHA for 771c7d5
.github/workflows/test-unit.yml
@@ -101,7 +101,7 @@ jobs:
101
POSTGRES_DB: atk4_test
102
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
103
mssql:
104
- image: mcr.microsoft.com/mssql/server
+ image: mcr.microsoft.com/mssql/server:2022
105
env:
106
ACCEPT_EULA: Y
107
SA_PASSWORD: atk4_pass
@@ -265,7 +265,7 @@ jobs:
265
266
267
268
269
270
271
0 commit comments