Skip to content

Commit ad4b839

Browse files
committed
Updating the MS SQL Server image for tests in GitHub Actions
1 parent 93bb6fb commit ad4b839

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Deveel.Webhooks.EntityFramework.XUnit/Webhooks/MsSqlTestDatabase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public class MsSqlTestDatabase : IAsyncLifetime
1313
public MsSqlTestDatabase()
1414
{
1515
_container = new MsSqlBuilder()
16+
.WithImage("mcr.microsoft.com/mssql/server:2022-latest")
1617
.Build();
1718
}
1819

0 commit comments

Comments
 (0)