mirror of
https://github.com/krugersu/YY.EventLogExportAssistant.git
synced 2026-06-20 01:16:51 +02:00
Включил тест CH для GitHub Action
This commit is contained in:
@@ -24,4 +24,4 @@ jobs:
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release --no-restore
|
||||
- name: Test
|
||||
run: dotnet test Tests/YY.EventLogExportAssistant.Core.Tests/YY.EventLogExportAssistant.Core.Tests.csproj
|
||||
run: dotnet test Tests/YY.EventLogExportAssistant.ClickHouse.Tests/YY.EventLogExportAssistant.ClickHouse.Tests.csproj
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ before_install:
|
||||
- echo -e '-XX:+DisableExplicitGC\n-Djdk.io.permissionsUseCanonicalPath=true\n-Dlog4j.skipJansi=true\n-server\n' | sudo tee -a /etc/elasticsearch/jvm.options
|
||||
- sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch
|
||||
- sudo systemctl start elasticsearch
|
||||
- sudo chmod +x ./Scripts/install-clickhouse.sh && ./Scripts/install-clickhouse.sh
|
||||
#- sudo chmod +x ./Scripts/install-clickhouse.sh && ./Scripts/install-clickhouse.sh
|
||||
install:
|
||||
- dotnet restore
|
||||
before_script:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"EventLogDatabase": "Host=127.0.0.1;Port=5432;Database=EventLogExportTest;Username=default;password=defaultpassword;"
|
||||
"EventLogDatabase": "Host=127.0.0.1;Port=5432;Database=EventLogExportTest;Username=default;password=;"
|
||||
},
|
||||
"LGF": {
|
||||
"InformationSystem": {
|
||||
|
||||
Reference in New Issue
Block a user