Добавил запуск тестов MySQL для GitHub Actions

This commit is contained in:
YPermitin
2021-01-13 22:10:22 +05:00
parent c8c45e3604
commit 5dd1209e4f
+2
View File
@@ -29,3 +29,5 @@ jobs:
run: dotnet test Tests/YY.EventLogExportAssistant.Core.Tests/YY.EventLogExportAssistant.Core.Tests.csproj
- name: Test ClickHouse
run: dotnet test Tests/YY.EventLogExportAssistant.ClickHouse.Tests/YY.EventLogExportAssistant.ClickHouse.Tests.csproj
- name: Test MySQL
run: dotnet test Tests/YY.EventLogExportAssistant.MySQL.Tests/YY.EventLogExportAssistant.MySQL.Tests.csproj