Skip to content

Commit 9ed1c4d

Browse files
Update github-actions-ci.yaml
1 parent 7755e10 commit 9ed1c4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: dotnet test PosInformatique.Testing.Databases.sln --configuration Release --no-build --logger "trx;LogFileName=test_results.trx" --results-directory ./TestResults
5959
env:
6060
SQL_SERVER_UNIT_TESTS_CONNECTION_STRING: "Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
61-
SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH: "/var/opt/mssql/data/"
61+
SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH: "/var/opt/mssql/customdbs/"
6262

6363
- name: Publish Test Results
6464
uses: EnricoMi/publish-unit-test-result-action@v2

0 commit comments

Comments
 (0)