Skip to content

Commit 3ea8d58

Browse files
authored
Update dotnet.yml into using MariaDB
1 parent cba3cb9 commit 3ea8d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- run: dotnet test ./Core/Cleipnir.ResilientFunctions.Tests --no-build --logger "console;verbosity=detailed"
3939

40-
- run: dotnet test ./Stores/MySQL/Cleipnir.ResilientFunctions.MySQL.Tests --no-build --logger "console;verbosity=detailed"
40+
- run: dotnet test ./Stores/MariaDB/Cleipnir.ResilientFunctions.MariaDB.Tests --no-build --logger "console;verbosity=detailed"
4141

4242
- run: dotnet test ./Stores/PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL.Tests --no-build --logger "console;verbosity=detailed"
4343

0 commit comments

Comments
 (0)