forked from ddrilling/AsbCloudServer
Fix devops and tests
This commit is contained in:
parent
90a782826c
commit
09aad2dee0
@ -19,7 +19,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Add gitea as nuget source
|
- 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 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
|
- run: dotnet publish AsbCloudWebApi --os linux --sc true -o ./build
|
||||||
- name: Deploy to Test server via rsync
|
- name: Deploy to Test server via rsync
|
||||||
uses: burnett01/rsync-deployments@5.2.1
|
uses: burnett01/rsync-deployments@5.2.1
|
||||||
|
@ -7,7 +7,7 @@ namespace AsbCloudInfrastructure.Tests.Services.Trajectory;
|
|||||||
|
|
||||||
public class TrajectoryParserTest
|
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);
|
private readonly WellRelatedParserRequest options = new(1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user