Skip to content

Commit 6e2d309

Browse files
Update github-actions-ci.yaml
1 parent 6ca09e3 commit 6e2d309

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
ACCEPT_EULA: "Y"
2121
ports:
2222
- 1433:1433
23-
volumes:
24-
- /tmp/other_databases_path:/tmp/other_databases_path
2523
steps:
2624
- uses: actions/checkout@v4
2725

@@ -54,14 +52,14 @@ jobs:
5452
run: dotnet test PosInformatique.Testing.Databases.sln --configuration Release --no-build --logger "trx;LogFileName=test_results.trx" --results-directory ./TestResults
5553
env:
5654
SQL_SERVER_UNIT_TESTS_CONNECTION_STRING: "Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
57-
SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH: "/tmp/other_databases_path"
55+
SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH: "/var/opt/mssql/data/"
5856

5957
- name: Publish Test Results
6058
uses: EnricoMi/publish-unit-test-result-action@v2
6159
if: (!cancelled())
6260
with:
6361
files: |
64-
TestResults/**/*.xml
62+
TestResults/**/*.trx
6563
6664
build-samples:
6765
runs-on: windows-latest

0 commit comments

Comments
 (0)