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);