Skip to content

Commit c268f43

Browse files
Merge branch 'releases/v3.0.0' of https://github.com/PosInformatique/PosInformatique.Testing.Databases into releases/v3.0.0
2 parents 185c3f1 + ba1a4ab commit c268f43

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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/"

0 commit comments

Comments
 (0)