We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9cad7 commit 53cfb4bCopy full SHA for 53cfb4b
1 file changed
.github/workflows/github-actions-ci.yaml
@@ -17,6 +17,8 @@ jobs:
17
ACCEPT_EULA: "Y"
18
ports:
19
- 1433:1433
20
+ volumes:
21
+ - ${{ runner.temp }}/other_databases_path:/other_databases_path
22
steps:
23
- uses: actions/checkout@v4
24
@@ -49,6 +51,7 @@ jobs:
49
51
run: dotnet test PosInformatique.Testing.Databases.sln --configuration Release --no-build --logger "junit;LogFilePath=./TestResults/junit.xml"
50
52
env:
53
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"
55
56
- name: Publish tests report
57
uses: dorny/test-reporter@v1
0 commit comments