Skip to content

Commit bb11333

Browse files
Revert "Update github-actions-ci.yaml"
This reverts commit cdebb2e.
1 parent cdebb2e commit bb11333

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/github-actions-ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ 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 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/"

0 commit comments

Comments
 (0)