Skip to content

Commit 53cfb4b

Browse files
Update github-actions-ci.yaml
1 parent 4c9cad7 commit 53cfb4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
ACCEPT_EULA: "Y"
1818
ports:
1919
- 1433:1433
20+
volumes:
21+
- ${{ runner.temp }}/other_databases_path:/other_databases_path
2022
steps:
2123
- uses: actions/checkout@v4
2224

@@ -49,6 +51,7 @@ jobs:
4951
run: dotnet test PosInformatique.Testing.Databases.sln --configuration Release --no-build --logger "junit;LogFilePath=./TestResults/junit.xml"
5052
env:
5153
SQL_SERVER_UNIT_TESTS_CONNECTION_STRING: "Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
54+
SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH: "/other_databases_path"
5255

5356
- name: Publish tests report
5457
uses: dorny/test-reporter@v1

0 commit comments

Comments
 (0)