Пример запуска интеграционных тестов
Some checks failed
Unit tests / test (push) Failing after 1m12s
Some checks failed
Unit tests / test (push) Failing after 1m12s
This commit is contained in:
parent
6d53bca7b2
commit
dfe3728a93
@ -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
|
||||
|
||||
- name: Run integration tests
|
||||
run: dotnet test DD.Persistence.IntegrationTests
|
Loading…
Reference in New Issue
Block a user