Skip to content

Commit 511f3c0

Browse files
Update github-actions-ci.yaml
1 parent 0d90a30 commit 511f3c0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
5858
- name: Run tests
5959
run: dotnet test PosInformatique.Testing.Databases.sln \
60-
--configuration Release \
61-
--no-build \
62-
--logger "trx;LogFileName=test_results.trx" \
63-
--results-directory ./TestResults
60+
--configuration Release \
61+
--no-build \
62+
--logger "trx;LogFileName=test_results.trx" \
63+
--results-directory ./TestResults
6464
env:
6565
SQL_SERVER_UNIT_TESTS_CONNECTION_STRING: "Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
6666
SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH: "/tmp/other_databases_path/"

0 commit comments

Comments
 (0)