Сохранил настройки для Travis CI, но временно отключил тесты для CH

Обнаружена ошибка в Travis CI для дистрибутива Ubuntu 18.04 (bionic).
This commit is contained in:
YPermitin
2020-11-15 15:59:30 +05:00
parent d666a7a3a3
commit 2ecfa4acb6
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
language: csharp
mono: none
dist: trusty
dist: bionic
dotnet: 3.1
services:
- postgresql
+1 -1
View File
@@ -6,4 +6,4 @@ dotnet nuget push ./Libs/YY.EventLogExportAssistant.SQLServer/bin/Release/YY.Eve
dotnet nuget push ./Libs/YY.EventLogExportAssistant.PostgreSQL/bin/Release/YY.EventLogExportAssistant.PostgreSQL.*.nupkg -k $1 -s https://api.nuget.org/v3/index.json --skip-duplicate
dotnet nuget push ./Libs/YY.EventLogExportAssistant.ElasticSearch/bin/Release/YY.EventLogExportAssistant.ElasticSearch.*.nupkg -k $1 -s https://api.nuget.org/v3/index.json --skip-duplicate
dotnet nuget push ./Libs/YY.EventLogExportAssistant.MySQL/bin/Release/YY.EventLogExportAssistant.MySQL.*.nupkg -k $1 -s https://api.nuget.org/v3/index.json --skip-duplicate
dotnet nuget push ./Libs/YY.EventLogExportAssistant.ClickHouse/bin/Release/YY.EventLogExportAssistant.ClickHouse.*.nupkg -k $1 -s https://api.nuget.org/v3/index.json --skip-duplicate
#dotnet nuget push ./Libs/YY.EventLogExportAssistant.ClickHouse/bin/Release/YY.EventLogExportAssistant.ClickHouse.*.nupkg -k $1 -s https://api.nuget.org/v3/index.json --skip-duplicate
@@ -29,10 +29,8 @@ namespace YY.EventLogExportAssistant.ClickHouse.Tests
public EventLogExportMasterTests()
{
string configFilePath = GetConfigFile();
Console.WriteLine($"Config file: {configFilePath}");
_settings = new CommonTestSettings(configFilePath, null);
Console.WriteLine($"Connection string: {_settings.ConnectionString}");
}
#endregion