We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d90a30 commit 511f3c0Copy full SHA for 511f3c0
1 file changed
.github/workflows/github-actions-ci.yaml
@@ -57,10 +57,10 @@ jobs:
57
58
- 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
+ --configuration Release \
+ --no-build \
+ --logger "trx;LogFileName=test_results.trx" \
+ --results-directory ./TestResults
64
env:
65
SQL_SERVER_UNIT_TESTS_CONNECTION_STRING: "Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
66
SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH: "/tmp/other_databases_path/"
0 commit comments