diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ad08f94..6777411 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -15,5 +15,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: '8.0' + - name: Update nuget credits + run: dotnet nuget update source "Cebotari gitea" --username chebser --password ${{ secrets.NUGET_TOKEN }} - name: Test run: dotnet test \ No newline at end of file