0
0

Update .gitea/workflows/test.yaml
Some checks failed
Test API / build (push) Failing after 25s

This commit is contained in:
Serghei Cebotari 2024-01-24 10:49:10 +03:00
parent e04fb15307
commit 097d8566bf

View File

@ -15,5 +15,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0'
- name: Add nuget source
run: dotnet nuget add source --username chebser --password ${{ secrets.NUGET_TOKEN }} --store-password-in-clear-text --name gitea "https://gitea.cebotari.ru/api/packages/chebser/nuget/index.json"
- name: Test
run: dotnet test