Пример запуска интеграционных тестов
Some checks failed
Unit tests / test (push) Failing after 1m12s

This commit is contained in:
Оля Бизюкова 2024-12-17 13:01:03 +05:00
parent 6d53bca7b2
commit dfe3728a93

View File

@ -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