diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 1a0e597..324682e 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -14,7 +14,5 @@ jobs: dotnet-version: 8.0.x - name: Check out repository code 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 DD.Persistence.IntegrationTests - \ No newline at end of file + - name: Run integration tests + run: dotnet test DD.Persistence.IntegrationTests \ No newline at end of file