File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 ACCEPT_EULA : " Y"
2121 ports :
2222 - 1433:1433
23- volumes :
24- - /tmp/other_databases_path:/tmp/other_databases_path
2523 steps :
2624 - uses : actions/checkout@v4
2725
@@ -54,14 +52,14 @@ jobs:
5452 run : dotnet test PosInformatique.Testing.Databases.sln --configuration Release --no-build --logger "trx;LogFileName=test_results.trx" --results-directory ./TestResults
5553 env :
5654 SQL_SERVER_UNIT_TESTS_CONNECTION_STRING : " Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
57- SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH : " /tmp/other_databases_path "
55+ SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH : " /var/opt/mssql/data/ "
5856
5957 - name : Publish Test Results
6058 uses : EnricoMi/publish-unit-test-result-action@v2
6159 if : (!cancelled())
6260 with :
6361 files : |
64- TestResults/**/*.xml
62+ TestResults/**/*.trx
6563
6664 build-samples :
6765 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments