File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 docker exec --user root $(docker ps -qf "ancestor=mcr.microsoft.com/mssql/server:2022-latest") chown -R mssql:mssql /tmp/other_databases_path
5757
5858 - name : Run tests
59- run : dotnet run --project tests/PosInformatique.Testing.Databases/PosInformatique.Testing.Databases.csproj -- \
60- --report-trx \
61- --report-trx-filename test_results.trx \
62- --results-directory ./TestResults
59+ run : dotnet test PosInformatique.Testing.Databases.sln --configuration Release --no-build --logger "trx;LogFileName=test_results.trx" --results-directory ./TestResults
6360 env :
6461 SQL_SERVER_UNIT_TESTS_CONNECTION_STRING : " Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
6562 SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH : " /tmp/other_databases_path/"
You can’t perform that action at this time.
0 commit comments