From 09aad2dee0714ce75aa431f2f5abc5488d630f17 Mon Sep 17 00:00:00 2001 From: ngfrolov Date: Mon, 19 Aug 2024 13:19:20 +0500 Subject: [PATCH] Fix devops and tests --- .gitea/workflows/deploy.yaml | 2 +- .../Services/Trajectory/TrajectoryParserTest.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 105d57c4..aefaa271 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Add gitea as nuget source run: dotnet nuget add source --name gitea --username publisher --password ${{ secrets.PUBLISHER_PASSWORD }} --store-password-in-clear-text http://test.digitaldrilling.ru:8080/api/packages/DDrilling/nuget/index.json - - run: dotnet test AsbCloudWebApi.Tests + - run: dotnet test AsbCloudInfrastructure.Tests - run: dotnet publish AsbCloudWebApi --os linux --sc true -o ./build - name: Deploy to Test server via rsync uses: burnett01/rsync-deployments@5.2.1 diff --git a/AsbCloudInfrastructure.Tests/Services/Trajectory/TrajectoryParserTest.cs b/AsbCloudInfrastructure.Tests/Services/Trajectory/TrajectoryParserTest.cs index e0e531f4..ba573a9c 100644 --- a/AsbCloudInfrastructure.Tests/Services/Trajectory/TrajectoryParserTest.cs +++ b/AsbCloudInfrastructure.Tests/Services/Trajectory/TrajectoryParserTest.cs @@ -7,7 +7,7 @@ namespace AsbCloudInfrastructure.Tests.Services.Trajectory; public class TrajectoryParserTest { - private const string UsingTemplateFile = "AsbCloudWebApi.Tests.Services.Trajectory.Templates"; + private const string UsingTemplateFile = "AsbCloudInfrastructure.Tests.Services.Trajectory.Templates"; private readonly WellRelatedParserRequest options = new(1);