File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,11 +56,12 @@ jobs:
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 test PosInformatique.Testing.Databases.sln \
60- --configuration Release \
61- --no-build \
62- --logger "trx;LogFileName=test_results.trx" \
63- --results-directory ./TestResults
59+ run : |
60+ dotnet test PosInformatique.Testing.Databases.sln \
61+ --configuration Release \
62+ --no-build \
63+ --logger "trx;LogFileName=test_results.trx" \
64+ --results-directory ./TestResults
6465 env :
6566 SQL_SERVER_UNIT_TESTS_CONNECTION_STRING : " Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
6667 SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH : " /tmp/other_databases_path/"
You can’t perform that action at this time.
0 commit comments