diff --git a/.gitea/workflows/deploy-dev.yaml b/.gitea/workflows/deploy-dev.yaml index d263b21a..ca5980ec 100644 --- a/.gitea/workflows/deploy-dev.yaml +++ b/.gitea/workflows/deploy-dev.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